aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDeterme, Sebastien (sd378r) <sd378r@intl.att.com>2018-08-06 15:30:35 +0200
committerDeterme, Sebastien (sd378r) <sd378r@intl.att.com>2018-08-06 15:30:35 +0200
commitdb25b62f29cb0c456baa58ac014acdf5ede11c30 (patch)
tree776658a54de6f93d7426a7b026377d9920bf9052
parentae5dce00beb6cdd61f28b566479d6111b3f8ada2 (diff)
Remove lib causing issue
Remove java lib reportes by Nexus IQ for security issues Issue-ID: CLAMP-192 Change-Id: Ia0e9d286670bf81cb1b03a6509cdb793d8695b98 Signed-off-by: Determe, Sebastien (sd378r) <sd378r@intl.att.com>
-rw-r--r--pom.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 8e758e20..b7d8fb24 100644
--- a/pom.xml
+++ b/pom.xml
@@ -269,6 +269,10 @@
<groupId>javax.ws.rs</groupId>
<artifactId>jsr311-api</artifactId>
</exclusion>
+ <exclusion>
+ <groupId>org.slf4j</groupId>
+ <artifactId>slf4j-ext</artifactId>
+ </exclusion>
</exclusions>
</dependency>
<dependency>