From 14a9a365c5aaaa4a34fe23541dc455134056cbdb Mon Sep 17 00:00:00 2001 From: "andre.schmid" Date: Mon, 21 Jun 2021 15:12:57 +0100 Subject: Remove the obsolete DmaapPublisher module MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The module is not part of the SDC repo build and not being used in the project. It also does not build in its current state. Change-Id: Ide1bcde26c2781cba9d0baa3a3da1b9c96ba5144 Issue-ID: SDC-3620 Signed-off-by: André Schmid --- utils/DmaapPublisher/pom.xml | 113 ------------------------------------------- 1 file changed, 113 deletions(-) delete mode 100644 utils/DmaapPublisher/pom.xml (limited to 'utils/DmaapPublisher/pom.xml') diff --git a/utils/DmaapPublisher/pom.xml b/utils/DmaapPublisher/pom.xml deleted file mode 100644 index 21c014a6ef..0000000000 --- a/utils/DmaapPublisher/pom.xml +++ /dev/null @@ -1,113 +0,0 @@ - - 4.0.0 - org.openecomp.sdc - dmaap-publisher - 1.0.0 - - - - - org.spockframework - spock-core - 1.1-groovy-2.4 - test - - - - org.codehaus.groovy - groovy - ${groovy.version} - - - - org.apache.commons - commons-lang3 - 3.10 - - - com.att.nsa - dmaapClient - 0.2.16 - - - org.slf4j - slf4j-api - 1.7.25 - - - args4j - args4j - 2.33 - - - com.google.guava - guava - ${guava.version} - - - - org.yaml - snakeyaml - ${snakeyaml.version} - - - 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 - - - - - - - - - - -- cgit 1.2.3-korg