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>
diff --git a/pom.xml b/pom.xml
index 8e758e2..b7d8fb2 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>