aboutsummaryrefslogtreecommitdiffstats
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
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>
-rw-r--r--champ-lib/champ-core/pom.xml10
-rw-r--r--champ-lib/champ-titan/pom.xml4
-rw-r--r--champ-service-deps-janus/pom.xml4
-rw-r--r--champ-service-deps-titan/pom.xml4
4 files changed, 0 insertions, 22 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>
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>
diff --git a/champ-service-deps-titan/pom.xml b/champ-service-deps-titan/pom.xml
index adab048..8a1de89 100644
--- a/champ-service-deps-titan/pom.xml
+++ b/champ-service-deps-titan/pom.xml
@@ -223,10 +223,6 @@ limitations under the License.
<artifactId>guava</artifactId>
</exclusion>
<exclusion>
- <groupId>org.codehaus.jackson</groupId>
- <artifactId>jackson-mapper-asl</artifactId>
- </exclusion>
- <exclusion>
<groupId>org.mindrot</groupId>
<artifactId>jbcrypt</artifactId>
</exclusion>