From 6795925af9187658c44d5b8ced752a917813c4f7 Mon Sep 17 00:00:00 2001 From: Michael Dürre Date: Mon, 25 Nov 2019 10:22:16 +0100 Subject: add common lib MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit common lib with code used by multiple sdnr bundles Issue-ID: SDNC-990 Signed-off-by: Michael Dürre Change-Id: Id21a7346497c45c50eec565e7a75684f88fbf4b6 --- sdnr/wt/common/pom.xml | 162 +++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 162 insertions(+) create mode 100644 sdnr/wt/common/pom.xml (limited to 'sdnr/wt/common/pom.xml') diff --git a/sdnr/wt/common/pom.xml b/sdnr/wt/common/pom.xml new file mode 100644 index 000000000..144cb6648 --- /dev/null +++ b/sdnr/wt/common/pom.xml @@ -0,0 +1,162 @@ + + + + 4.0.0 + + org.onap.ccsdk.features.sdnr.wt + sdnr-wt-common + 0.7.0-SNAPSHOT + ccsdk-features-sdnr-wt :: ${project.artifactId} + jar + + + org.onap.ccsdk.parent + binding-parent + 1.5.1-SNAPSHOT + + + + + true + true + yyyy-MM-dd HH:mm + ${maven.build.timestamp} UTC + 6.4.3 + 49400 + + + + + Apache License, Version 2.0 + http://www.apache.org/licenses/LICENSE-2.0 + + + + + + org.mockito + mockito-core + test + + + org.osgi + org.osgi.core + provided + + + org.json + json + + + org.elasticsearch.client + elasticsearch-rest-client + ${elasticsearch.version} + + + com.fasterxml.jackson.core + jackson-core + + + com.fasterxml.jackson.core + jackson-annotations + + + com.fasterxml.jackson.core + jackson-databind + + + + + + + + org.jacoco + jacoco-maven-plugin + + + **/gen/** + **/generated-sources/** + **/yang-gen-sal/** + **/pax/** + + + + + org.codehaus.mojo + exec-maven-plugin + + + generateDTOs + generate-sources + + exec + + + ${basedir}/../data-provider/database/src/main/resources/es-init.sh + + initfile + -f + ${project.build.directory}/EsInit.script + + + + + + + com.github.alexcojocaru + elasticsearch-maven-plugin + 6.14 + + testCluster + 9500 + ${databaseport} + 6.4.3 + ${project.build.directory}/EsInit.script + + + + start-elasticsearch + process-test-classes + + runforked + + + + stop-elasticsearch + prepare-package + + stop + + + + + + org.apache.maven.plugins + maven-surefire-plugin + + + + databaseport + ${databaseport} + + + + + + + -- cgit 1.2.3-korg