summaryrefslogtreecommitdiffstats
path: root/champ-lib
diff options
context:
space:
mode:
authorMichael Reece <michaere@amdocs.com>2018-09-26 16:29:32 +0100
committerMichael Reece <michaere@amdocs.com>2018-09-26 16:29:32 +0100
commit926c104ba5e7325140933c0b574b73c4771ae877 (patch)
tree40381e4d0a0a1dcfb3e4553c56845d7ac787c80f /champ-lib
parent27643dc0b69c9078bdaf49baf5dd3a9e33137460 (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-lib')
-rw-r--r--champ-lib/champ-core/pom.xml10
-rw-r--r--champ-lib/champ-titan/pom.xml4
2 files changed, 0 insertions, 14 deletions
diff --git a/champ-lib/champ-core/pom.xml b/champ-lib/champ-core/pom.xml
index dd3e0d5..d8a2e34 100644
--- a/champ-lib/champ-core/pom.xml
+++ b/champ-lib/champ-core/pom.xml
@@ -60,12 +60,6 @@ limitations under the License.
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
</dependency>
-
- <dependency>
- <groupId>org.codehaus.jackson</groupId>
- <artifactId>jackson-mapper-asl</artifactId>
- <version>1.4.5</version>
- </dependency>
<dependency>
<groupId>org.apache.tinkerpop</groupId>
@@ -110,10 +104,6 @@ limitations under the License.
<artifactId>guava</artifactId>
</exclusion>
<exclusion>
- <groupId>org.codehaus.jackson</groupId>
- <artifactId>jackson-mapper-asl</artifactId>
- </exclusion>
- <exclusion>
<groupId>org.apache.hadoop</groupId>
<artifactId>hadoop-yarn-common</artifactId>
</exclusion>
diff --git a/champ-lib/champ-titan/pom.xml b/champ-lib/champ-titan/pom.xml
index 4942156..8235159 100644
--- a/champ-lib/champ-titan/pom.xml
+++ b/champ-lib/champ-titan/pom.xml
@@ -84,10 +84,6 @@ limitations under the License.
<artifactId>httpclient</artifactId>
</exclusion>
<exclusion>
- <groupId>org.codehaus.jackson</groupId>
- <artifactId>jackson-mapper-asl</artifactId>
- </exclusion>
- <exclusion>
<groupId>org.mindrot</groupId>
<artifactId>jbcrypt</artifactId>
</exclusion>