From ff3eecb980bfdc8d43d2ed3a4c786d634fa6f4e2 Mon Sep 17 00:00:00 2001 From: Jessica Wagantall Date: Tue, 1 Dec 2020 11:52:01 -0800 Subject: Migrate sli-northbound repo Migrate sli-northbound repo files into new directory "northbound". Signed-off-by: Jessica Wagantall --- northbound/dmaap-listener/pom.xml | 150 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 150 insertions(+) create mode 100755 northbound/dmaap-listener/pom.xml (limited to 'northbound/dmaap-listener/pom.xml') diff --git a/northbound/dmaap-listener/pom.xml b/northbound/dmaap-listener/pom.xml new file mode 100755 index 000000000..65e43886c --- /dev/null +++ b/northbound/dmaap-listener/pom.xml @@ -0,0 +1,150 @@ + + + 4.0.0 + + + org.onap.ccsdk.parent + standalone-parent + 2.1.0 + + + org.onap.ccsdk.sli.northbound + dmaap-listener + 1.1.1-SNAPSHOT + jar + + ccsdk-sli-northbound :: dmaap-listener + DMAAP Listener + + + true + /opt/app/dmaap-listener + + yyyyMMdd'T'HHmmss'Z' + ${maven.build.timestamp} + ${project.version}-${build.number} + + 1.1.0 + ${project.version} + + + + + + org.onap.ccsdk.sli.core + sli-core-artifacts + ${ccsdk.sli.core.version} + pom + import + + + + + javax.ws.rs + javax.ws.rs-api + 2.1 + + + + + + + org.onap.dmaap.messagerouter.dmaapclient + dmaapClient + + + org.slf4j + slf4j-api + + + org.apache.logging.log4j + log4j-slf4j-impl + + + com.fasterxml.jackson.core + jackson-core + + + com.fasterxml.jackson.core + jackson-databind + + + com.fasterxml.jackson.core + jackson-annotations + + + org.apache.velocity + velocity-engine-core + + + junit + junit + test + + + ch.vorburger.mariaDB4j + mariaDB4j + test + + + + org.onap.ccsdk.sli.core + dblib-provider + + + + + + + + + + + org.apache.maven.plugins + maven-compiler-plugin + 2.5.1 + true + + 1.8 + 1.8 + + + + org.apache.maven.plugins + maven-jar-plugin + 2.6 + + + + true + org.onap.ccsdk.sli.northbound.dmaapclient.DmaapListener + + + + + + 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