diff options
author | Michael Reece <michaere@amdocs.com> | 2018-09-26 16:29:32 +0100 |
---|---|---|
committer | Michael Reece <michaere@amdocs.com> | 2018-09-26 16:29:32 +0100 |
commit | 926c104ba5e7325140933c0b574b73c4771ae877 (patch) | |
tree | 40381e4d0a0a1dcfb3e4553c56845d7ac787c80f /champ-service-deps-janus/pom.xml | |
parent | 27643dc0b69c9078bdaf49baf5dd3a9e33137460 (diff) |
Revert jackson-mapper-asl dependency changes3.0.0-ONAP1.3.0
Downgrading to version 1.4.5 caused compatability issues with other
dependencies requiring 1.9.2, so previous changes have been reverted and
exemption saught for known security vunerability for this version
Issue-ID: AAI-1677
Change-Id: I86eee45ce0256f56b0a970135a465846b749c686
Signed-off-by: Michael Reece <michaere@amdocs.com>
Diffstat (limited to 'champ-service-deps-janus/pom.xml')
-rw-r--r-- | champ-service-deps-janus/pom.xml | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/champ-service-deps-janus/pom.xml b/champ-service-deps-janus/pom.xml index 9c42cab..d936a1b 100644 --- a/champ-service-deps-janus/pom.xml +++ b/champ-service-deps-janus/pom.xml @@ -192,10 +192,6 @@ limitations under the License. <artifactId>lz4</artifactId> </exclusion> <exclusion> - <groupId>org.codehaus.jackson</groupId> - <artifactId>jackson-mapper-asl</artifactId> - </exclusion> - <exclusion> <groupId>dom4j</groupId> <artifactId>dom4j</artifactId> </exclusion> |