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-aai-client/pom.xml | 12 ------------ .../appc-aai-client/features/onap-appc-aai-client/pom.xml | 11 ----------- appc-outbound/appc-aai-client/provider/pom.xml | 12 ------------ .../features/features-appc-network-inventory-client/pom.xml | 12 ------------ .../features/onap-appc-network-inventory-client/pom.xml | 12 ------------ appc-outbound/appc-network-inventory-client/provider/pom.xml | 11 ----------- 6 files changed, 70 deletions(-) (limited to 'appc-outbound') diff --git a/appc-outbound/appc-aai-client/features/features-appc-aai-client/pom.xml b/appc-outbound/appc-aai-client/features/features-appc-aai-client/pom.xml index ce368ef7e..1e9fe669d 100644 --- a/appc-outbound/appc-aai-client/features/features-appc-aai-client/pom.xml +++ b/appc-outbound/appc-aai-client/features/features-appc-aai-client/pom.xml @@ -42,18 +42,6 @@ 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-outbound/appc-aai-client/features/onap-appc-aai-client/pom.xml b/appc-outbound/appc-aai-client/features/onap-appc-aai-client/pom.xml index f627747ba..2001e1c7e 100644 --- a/appc-outbound/appc-aai-client/features/onap-appc-aai-client/pom.xml +++ b/appc-outbound/appc-aai-client/features/onap-appc-aai-client/pom.xml @@ -70,17 +70,6 @@ limitations under the License. org.onap.appc appc-aai-client-provider ${project.version} - - - com.fasterxml.jackson.core - jackson-databind - - - - - com.fasterxml.jackson.core - jackson-databind - 2.8.11.3 diff --git a/appc-outbound/appc-aai-client/provider/pom.xml b/appc-outbound/appc-aai-client/provider/pom.xml index f02df86e9..2588a720e 100755 --- a/appc-outbound/appc-aai-client/provider/pom.xml +++ b/appc-outbound/appc-aai-client/provider/pom.xml @@ -48,18 +48,6 @@ org.onap.ccsdk.sli.adaptors aai-service-provider compile - - - com.fasterxml.jackson.core - jackson-databind - - - - - - com.fasterxml.jackson.core - jackson-databind - 2.8.11.3 diff --git a/appc-outbound/appc-network-inventory-client/features/features-appc-network-inventory-client/pom.xml b/appc-outbound/appc-network-inventory-client/features/features-appc-network-inventory-client/pom.xml index cac4f6abb..ae93b4ac1 100644 --- a/appc-outbound/appc-network-inventory-client/features/features-appc-network-inventory-client/pom.xml +++ b/appc-outbound/appc-network-inventory-client/features/features-appc-network-inventory-client/pom.xml @@ -42,18 +42,6 @@ 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-outbound/appc-network-inventory-client/features/onap-appc-network-inventory-client/pom.xml b/appc-outbound/appc-network-inventory-client/features/onap-appc-network-inventory-client/pom.xml index 284874210..a2c8ef1ce 100644 --- a/appc-outbound/appc-network-inventory-client/features/onap-appc-network-inventory-client/pom.xml +++ b/appc-outbound/appc-network-inventory-client/features/onap-appc-network-inventory-client/pom.xml @@ -75,18 +75,6 @@ limitations under the License. org.onap.appc appc-config-params-provider ${project.version} - - - com.fasterxml.jackson.core - jackson-databind - - - - - - com.fasterxml.jackson.core - jackson-databind - 2.8.11.3 org.onap.appc diff --git a/appc-outbound/appc-network-inventory-client/provider/pom.xml b/appc-outbound/appc-network-inventory-client/provider/pom.xml index 6200116cb..ab4e39f13 100755 --- a/appc-outbound/appc-network-inventory-client/provider/pom.xml +++ b/appc-outbound/appc-network-inventory-client/provider/pom.xml @@ -95,17 +95,6 @@ org.onap.appc appc-config-params-provider ${project.version} - - - com.fasterxml.jackson.core - jackson-databind - - - - - com.fasterxml.jackson.core - jackson-databind - 2.8.11.3 org.onap.ccsdk.sli.core -- cgit 1.2.3-korg