From aa6f9acfc15b8836bc4b50bd6bdfa1b06c49d321 Mon Sep 17 00:00:00 2001 From: Michael Reece Date: Mon, 17 Sep 2018 20:06:37 +0100 Subject: 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 ++++++++++++++++++++----- 1 file changed, 20 insertions(+), 5 deletions(-) (limited to 'champ-lib/champ-core') 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 + -- cgit 1.2.3-korg