diff options
author | Determe, Sebastien (sd378r) <sd378r@intl.att.com> | 2018-08-06 15:30:35 +0200 |
---|---|---|
committer | Determe, Sebastien (sd378r) <sd378r@intl.att.com> | 2018-08-06 15:30:35 +0200 |
commit | db25b62f29cb0c456baa58ac014acdf5ede11c30 (patch) | |
tree | 776658a54de6f93d7426a7b026377d9920bf9052 /pom.xml | |
parent | ae5dce00beb6cdd61f28b566479d6111b3f8ada2 (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>
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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> |