From 4e69f3358d31173a222b275e2a82da692846aa1a Mon Sep 17 00:00:00 2001 From: Dan Timoney Date: Fri, 29 Jan 2021 12:46:06 -0500 Subject: Revert "update common and data-provider" This reverts commit a3e70a1a48d13193d9f28a2d91089d5b253d3e91. Change was incomplete - many modules still reference version 2.1.0 (Sodium-based) of CCSDK parent poms, causing version conflicts in odlsli docker. Issue-ID: CCSDK-3076 Signed-off-by: Dan Timoney Change-Id: I447371239a1bfe102b705e7ecbd964f368780657 --- sdnr/wt/common/pom.xml | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) (limited to 'sdnr/wt/common/pom.xml') diff --git a/sdnr/wt/common/pom.xml b/sdnr/wt/common/pom.xml index 83b07536f..54ffc01c3 100644 --- a/sdnr/wt/common/pom.xml +++ b/sdnr/wt/common/pom.xml @@ -29,14 +29,14 @@ org.onap.ccsdk.parent binding-parent - 2.1.1-SNAPSHOT + 2.1.0 org.onap.ccsdk.features.sdnr.wt sdnr-wt-common 1.1.1-SNAPSHOT - bundle + jar ccsdk-features :: ${project.artifactId} @@ -47,6 +47,7 @@ + true true yyyy-MM-dd HH:mm ${maven.build.timestamp} UTC @@ -62,7 +63,7 @@ javax.servlet - javax.servlet-api + servlet-api org.osgi @@ -76,6 +77,7 @@ org.elasticsearch.client elasticsearch-rest-client + ${elasticsearch-rest-client.version} com.fasterxml.jackson.core @@ -90,8 +92,8 @@ jackson-databind - com.google.code.findbugs - annotations + com.google.code.findbugs + annotations @@ -112,6 +114,7 @@ com.github.alexcojocaru elasticsearch-maven-plugin + 6.16 ${skipTests} testCluster -- cgit 1.2.3-korg