From 65fcc85ae6cb8fe2abcd782f4b7006f80a941126 Mon Sep 17 00:00:00 2001 From: Patrick Brady Date: Fri, 15 Mar 2019 12:54:11 -0700 Subject: Revert "upgrade databind artifact" Fasterxml databind is being brought in to karaf by opendaylight and trying to force a different version for the appc components is causing class errors. This reverts commit 52cf1a81d591efb2b1ee4b8c5a70b137dfb6c212. Change-Id: I6d0da2ed081e4abd4b83e8b11935ba43bee0e1aa Signed-off-by: Patrick Brady Issue-ID: APPC-1533 --- .../features/features-appc-config-params/pom.xml | 14 +++----------- .../features/onap-appc-config-params/pom.xml | 12 ------------ appc-config/appc-config-params/provider/pom.xml | 3 +-- 3 files changed, 4 insertions(+), 25 deletions(-) (limited to 'appc-config/appc-config-params') diff --git a/appc-config/appc-config-params/features/features-appc-config-params/pom.xml b/appc-config/appc-config-params/features/features-appc-config-params/pom.xml index e7fe83ab0..e14d1e26a 100644 --- a/appc-config/appc-config-params/features/features-appc-config-params/pom.xml +++ b/appc-config/appc-config-params/features/features-appc-config-params/pom.xml @@ -33,6 +33,8 @@ limitations under the License. 1.5.0-SNAPSHOT feature + + org.onap.appc @@ -40,17 +42,7 @@ limitations under the License. ${project.version} xml features - - - com.fasterxml.jackson.core - jackson-databind - - - - - com.fasterxml.jackson.core - jackson-databind - 2.8.11.3 + diff --git a/appc-config/appc-config-params/features/onap-appc-config-params/pom.xml b/appc-config/appc-config-params/features/onap-appc-config-params/pom.xml index 889cad4f4..860fd2491 100644 --- a/appc-config/appc-config-params/features/onap-appc-config-params/pom.xml +++ b/appc-config/appc-config-params/features/onap-appc-config-params/pom.xml @@ -63,18 +63,6 @@ limitations under the License. org.openecomp.sdc.common openecomp-tosca-datatype ${tosca.datatype.version} - - - com.fasterxml.jackson.core - jackson-databind - - - - - - com.fasterxml.jackson.core - jackson-databind - 2.8.11.3 org.yaml diff --git a/appc-config/appc-config-params/provider/pom.xml b/appc-config/appc-config-params/provider/pom.xml index 76059ce7e..bc7fd1b58 100644 --- a/appc-config/appc-config-params/provider/pom.xml +++ b/appc-config/appc-config-params/provider/pom.xml @@ -65,7 +65,7 @@ - + ch.qos.logback logback-classic 1.2.3 @@ -73,7 +73,6 @@ com.fasterxml.jackson.core jackson-databind - 2.8.11.3 com.fasterxml.jackson.core -- cgit 1.2.3-korg