Remove strong copy left dep 12/120812/1
authorsebdet <sebastien.determe@intl.att.com>
Thu, 22 Apr 2021 07:33:47 +0000 (09:33 +0200)
committersebdet <sebastien.determe@intl.att.com>
Thu, 22 Apr 2021 07:33:47 +0000 (09:33 +0200)
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

pom.xml

diff --git a/pom.xml b/pom.xml
index 23aaf9f..3237240 100644 (file)
--- a/pom.xml
+++ b/pom.xml
                     <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>