aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorsebdet <sebastien.determe@intl.att.com>2021-04-22 09:33:47 +0200
committersebdet <sebastien.determe@intl.att.com>2021-04-22 09:33:47 +0200
commit9b5272f14ad2747e23b9ab3d0b5f4d21b42af4ef (patch)
tree0d8663aa2d50b65e5578a15e8d921ed9520d4f86 /pom.xml
parent001e0425471c15c9ffdd97810c3f321ec23865e0 (diff)
Remove strong copy left dep
Remove dependency not used in clamp that are reported Strong copy left in Nexus-IQ Issue-ID: POLICY-3169 Signed-off-by: sebdet <sebastien.determe@intl.att.com> Change-Id: I0193cf405236d7f390e94f9281b25cb2320c1dbd
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml12
1 files changed, 12 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 23aaf9ffb..32372400d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -400,6 +400,18 @@
<groupId>org.glassfish.jersey.containers</groupId>
<artifactId>jersey-container-servlet</artifactId>
</exclusion>
+ <exclusion>
+ <groupId>org.jetbrains.kotlin</groupId>
+ <artifactId>kotlin-reflect</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>org.jetbrains.kotlin</groupId>
+ <artifactId>kotlin-stdlib</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>org.jetbrains.kotlin</groupId>
+ <artifactId>kotlin-stdlib-common</artifactId>
+ </exclusion>
</exclusions>
</dependency>