diff options
author | Michael Reece <michaere@amdocs.com> | 2018-09-17 20:06:37 +0100 |
---|---|---|
committer | Michael Reece <michaere@amdocs.com> | 2018-09-17 20:06:37 +0100 |
commit | aa6f9acfc15b8836bc4b50bd6bdfa1b06c49d321 (patch) | |
tree | 7687d0e84a3ea0050e71ed7ba4865e6a27c4948c /champ-service-deps-janus | |
parent | 6ce2b6004e9c213331fc2337158b17dd9f1a5da3 (diff) |
Fix for NexusIQ security vunerabilities
Update and exclude dependencies causing security vunerabilities
Issue-ID: AAI-1614
Change-Id: I301c270f739e1fa97cb63794f5519bceb086f747
Signed-off-by: Michael Reece <michaere@amdocs.com>
Diffstat (limited to 'champ-service-deps-janus')
-rw-r--r-- | champ-service-deps-janus/pom.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/champ-service-deps-janus/pom.xml b/champ-service-deps-janus/pom.xml index 53c513d..92a74f1 100644 --- a/champ-service-deps-janus/pom.xml +++ b/champ-service-deps-janus/pom.xml @@ -191,6 +191,10 @@ limitations under the License. <groupId>net.jpountz.lz4</groupId> <artifactId>lz4</artifactId> </exclusion> + <exclusion> + <groupId>org.codehaus.jackson</groupId> + <artifactId>jackson-mapper-asl</artifactId> + </exclusion> </exclusions> </dependency> |