From 0bce413218560b0f5df834581f22841eb0bc7074 Mon Sep 17 00:00:00 2001 From: Dan Timoney Date: Wed, 30 Aug 2017 10:28:08 -0400 Subject: Prune migrated components from sdnc/northbound Prune components that were migrated from sdnc/northbound to ccsdk by removing code and replacing with a README.md that redirects the reader to the appropriate CCSDK repo Change-Id: I317b1d0093a1dd4647feaf6b852826a2230f4879 Issue-ID: SDNC-59 Signed-off-by: Dan Timoney --- ueb-listener/pom.xml | 128 --------------------------------------------------- 1 file changed, 128 deletions(-) delete mode 100755 ueb-listener/pom.xml (limited to 'ueb-listener/pom.xml') diff --git a/ueb-listener/pom.xml b/ueb-listener/pom.xml deleted file mode 100755 index 2e479fbc..00000000 --- a/ueb-listener/pom.xml +++ /dev/null @@ -1,128 +0,0 @@ - - 4.0.0 - org.openecomp.sdnc.northbound - jar - ueb-listener - 1.1.2-SNAPSHOT - - UEB Listener - UEB Listener - - org.openecomp.sdnc.northbound - sdnc-northbound - 1.1.2-SNAPSHOT - - - 1.1.7-SNAPSHOT - 2.9.0.pr1 - true - /opt/app/ueb-listener - yyMMdd-HHmmss - ${maven.build.timestamp} - ${project.version}-${build.number} - - - - - - org.openecomp.sdc.sdc-distribution-client - sdc-distribution-client - ${sdc.client.version} - compile - - - org.slf4j - slf4j-api - 1.7.10 - - - org.slf4j - slf4j-log4j12 - 1.6.1 - compile - - - log4j - log4j - 1.2.17 - - - com.fasterxml.jackson.core - jackson-core - ${fasterxml.jackson.version} - - - com.fasterxml.jackson.core - jackson-databind - ${fasterxml.jackson.version} - - - junit - junit - ${junit.version} - test - - - org.openecomp.sdnc.core - dblib-provider - ${sdnctl.dblib.version} - - - - - - - - - - org.apache.maven.plugins - maven-compiler-plugin - 2.5.1 - true - - 1.7 - 1.7 - - - - - org.apache.maven.plugins - maven-jar-plugin - 2.6 - - - - true - org.openecomp.sdnc.uebclient.SdncUebClient - - - - - - - maven-assembly-plugin - 2.6 - - - create-zip - - single - - package - - true - ${project.artifactId}.${project.version} - true - - src/assembly/assemble_zip.xml - - false - - - - - - - - - -- cgit 1.2.3-korg