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) --- utils/DmaapPublisher/pom.xml | 131 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 131 insertions(+) create mode 100644 utils/DmaapPublisher/pom.xml (limited to 'utils/DmaapPublisher/pom.xml') diff --git a/utils/DmaapPublisher/pom.xml b/utils/DmaapPublisher/pom.xml new file mode 100644 index 0000000000..6152fdff83 --- /dev/null +++ b/utils/DmaapPublisher/pom.xml @@ -0,0 +1,131 @@ + + 4.0.0 + org.openecomp.sdc + dmaap-publisher + 1.0.0 + + + + 2.8.6 + + + + + + org.spockframework + spock-core + 1.1-groovy-2.4 + test + + + + org.codehaus.groovy + groovy + 2.4.11 + + + + org.apache.commons + commons-lang3 + 3.7 + + + com.att.nsa + dmaapClient + 0.2.16 + + + org.slf4j + slf4j-api + 1.7.25 + + + args4j + args4j + 2.33 + + + com.google.guava + guava + 22.0 + + + + org.yaml + snakeyaml + 1.18 + + + + + junit + junit + 4.12 + test + + + org.mockito + mockito-core + 2.8.47 + test + + + org.assertj + assertj-core + 3.8.0 + test + + + + + + + org.apache.maven.plugins + maven-compiler-plugin + 3.6.1 + + 1.8 + 1.8 + + + + org.apache.maven.plugins + maven-shade-plugin + 3.0.0 + + true + + + *:* + + META-INF/*.SF + META-INF/*.DSA + META-INF/*.RSA + + + + + + + package + + shade + + + + + + org.openecomp.sdc.dmaap.DmaapPublisher + + + + + + + + + + \ No newline at end of file -- cgit 1.2.3-korg