From aa6f9acfc15b8836bc4b50bd6bdfa1b06c49d321 Mon Sep 17 00:00:00 2001 From: Michael Reece Date: Mon, 17 Sep 2018 20:06:37 +0100 Subject: [PATCH] Fix for NexusIQ security vunerabilities Update and exclude dependencies causing security vunerabilities Issue-ID: AAI-1614 Change-Id: I301c270f739e1fa97cb63794f5519bceb086f747 Signed-off-by: Michael Reece --- champ-lib/champ-core/pom.xml | 25 ++++++++++++++++++++----- champ-lib/champ-titan/pom.xml | 8 ++++++++ champ-service-deps-janus/pom.xml | 4 ++++ champ-service-deps-titan/pom.xml | 8 ++++++++ champ-service/pom.xml | 2 -- pom.xml | 2 +- 6 files changed, 41 insertions(+), 8 deletions(-) diff --git a/champ-lib/champ-core/pom.xml b/champ-lib/champ-core/pom.xml index 4ce3d5f..38318b0 100644 --- a/champ-lib/champ-core/pom.xml +++ b/champ-lib/champ-core/pom.xml @@ -44,11 +44,6 @@ limitations under the License. org.onap.aai.event-client event-client-dmaap - - - org.onap.aai.event-client - event-client-kafka - @@ -103,6 +98,26 @@ limitations under the License. com.google.guava guava + + org.codehaus.jackson + jackson-mapper-asl + + + org.apache.hadoop + hadoop-yarn-common + + + org.apache.hadoop + hadoop-mapreduce-client-core + + + org.apache.commons + commons-compress + + + commons-httpclient + commons-compress + diff --git a/champ-lib/champ-titan/pom.xml b/champ-lib/champ-titan/pom.xml index 80ca481..e83ff7c 100644 --- a/champ-lib/champ-titan/pom.xml +++ b/champ-lib/champ-titan/pom.xml @@ -83,6 +83,14 @@ limitations under the License. org.apache.httpcomponents httpclient + + org.codehaus.jackson + jackson-mapper-asl + + + org.mindrot + jbcrypt + 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. net.jpountz.lz4 lz4 + + org.codehaus.jackson + jackson-mapper-asl + diff --git a/champ-service-deps-titan/pom.xml b/champ-service-deps-titan/pom.xml index 0ed7581..35be53e 100644 --- a/champ-service-deps-titan/pom.xml +++ b/champ-service-deps-titan/pom.xml @@ -222,6 +222,14 @@ limitations under the License. com.google.guava guava + + org.codehaus.jackson + jackson-mapper-asl + + + org.mindrot + jbcrypt + diff --git a/champ-service/pom.xml b/champ-service/pom.xml index 92d8a36..6a31fb4 100644 --- a/champ-service/pom.xml +++ b/champ-service/pom.xml @@ -39,7 +39,6 @@ limitations under the License. org.onap.aai.logging-service 1.2.2 - 18.0 3.7 1.3 1.5.15.RELEASE @@ -123,7 +122,6 @@ limitations under the License. com.google.guava guava - ${version.com.google.guava} diff --git a/pom.xml b/pom.xml index 0cb6c58..aa31861 100755 --- a/pom.xml +++ b/pom.xml @@ -25,7 +25,7 @@ limitations under the License. org.onap.oparent oparent - 1.1.0 + 1.2.0 org.onap.aai -- 2.16.6