diff options
author | sebdet <sebastien.determe@intl.att.com> | 2021-04-22 09:33:47 +0200 |
---|---|---|
committer | sebdet <sebastien.determe@intl.att.com> | 2021-04-22 09:33:47 +0200 |
commit | 9b5272f14ad2747e23b9ab3d0b5f4d21b42af4ef (patch) | |
tree | 0d8663aa2d50b65e5578a15e8d921ed9520d4f86 /pom.xml | |
parent | 001e0425471c15c9ffdd97810c3f321ec23865e0 (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.xml | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -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> |