From a5445100050e49e83f73424198d73cd72d672a4d Mon Sep 17 00:00:00 2001 From: Michael Lando Date: Sun, 4 Mar 2018 14:53:33 +0200 Subject: Sync Integ to Master Change-Id: I71e3acc26fa612127756ac04073a522b9cc6cd74 Issue-ID: SDC-977 Signed-off-by: Gitelman, Tal (tg851x) --- asdctool/pom.xml | 34 +++++++++++++++++++++++++++++----- 1 file changed, 29 insertions(+), 5 deletions(-) (limited to 'asdctool/pom.xml') diff --git a/asdctool/pom.xml b/asdctool/pom.xml index 1950a3b048..740f8f44b4 100644 --- a/asdctool/pom.xml +++ b/asdctool/pom.xml @@ -77,6 +77,20 @@ org.openecomp.sdc.common openecomp-common-lib + + + com.att.nsa + cambriaClient + + + com.att.nsa + dmaapClient + + + slf4j-log4j12 + org.slf4j + + compile @@ -92,7 +106,10 @@ com.att.nsa cambriaClient - + + com.att.nsa + dmaapClient + slf4j-log4j12 org.slf4j @@ -476,6 +493,15 @@ + + + + com.opencsv + opencsv + 4.0 + compile + + org.apache.poi com.springsource.org.apache.poi @@ -517,7 +543,6 @@ org.mockito mockito-core - ${mockito.version} test @@ -556,12 +581,11 @@ - org.apache.maven.plugins maven-shade-plugin 3.1.0 - + package @@ -753,7 +777,7 @@ io.fabric8 docker-maven-plugin - 0.23.0 + ${fabric8.version} true -- cgit 1.2.3-korg