From a452cd75ddae953c881e507ee9223961387e9355 Mon Sep 17 00:00:00 2001 From: Michael Dürre Date: Thu, 3 Sep 2020 10:58:59 +0200 Subject: update common MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit fixed unit tests and clean up some code Issue-ID: CCSDK-2725 Signed-off-by: Michael Dürre Change-Id: I3624b3c69bbfb17ea6e28f26d96e2f77107721d4 --- sdnr/wt/common/src/test/resources/testpom.xml | 157 ++++++++++++++++++++++++++ 1 file changed, 157 insertions(+) create mode 100644 sdnr/wt/common/src/test/resources/testpom.xml (limited to 'sdnr/wt/common/src/test/resources/testpom.xml') diff --git a/sdnr/wt/common/src/test/resources/testpom.xml b/sdnr/wt/common/src/test/resources/testpom.xml new file mode 100644 index 000000000..6fba87af9 --- /dev/null +++ b/sdnr/wt/common/src/test/resources/testpom.xml @@ -0,0 +1,157 @@ + + + + + 4.0.0 + + + org.onap.ccsdk.parent + binding-parent + 2.0.0-SNAPSHOT + + + + org.onap.ccsdk.features.sdnr.wt + sdnr-wt-common + 1.0.0-SNAPSHOT + jar + + ccsdk-features :: ${project.artifactId} + + + Apache License, Version 2.0 + http://www.apache.org/licenses/LICENSE-2.0 + + + + + true + true + yyyy-MM-dd HH:mm + ${maven.build.timestamp} UTC + 49400 + 6.4.3 + + + + + org.mockito + mockito-core + test + + + javax.servlet + servlet-api + + + org.osgi + org.osgi.core + provided + + + org.json + json + + + org.elasticsearch.client + elasticsearch-rest-client + ${elasticsearch-rest-client.version} + + + com.fasterxml.jackson.core + jackson-core + + + com.fasterxml.jackson.core + jackson-annotations + + + com.fasterxml.jackson.core + jackson-databind + + + com.google.code.findbugs + annotations + + + + + + + org.jacoco + jacoco-maven-plugin + + + **/gen/** + **/generated-sources/** + **/yang-gen-sal/** + **/pax/** + + + + + com.github.alexcojocaru + elasticsearch-maven-plugin + 6.16 + + ${skipTests} + testCluster + 9500 + ${databaseport} + 7.1.1 + 120 + + + + 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