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 --- .../appc-rest-adapter/appc-rest-adapter-bundle/pom.xml | 13 ------------- .../features-appc-rest-adapter/pom.xml | 12 ------------ .../onap-appc-rest-adapter/pom.xml | 17 ----------------- 3 files changed, 42 deletions(-) (limited to 'appc-adapters/appc-rest-adapter') diff --git a/appc-adapters/appc-rest-adapter/appc-rest-adapter-bundle/pom.xml b/appc-adapters/appc-rest-adapter/appc-rest-adapter-bundle/pom.xml index b0dc955f3..456f0bea5 100644 --- a/appc-adapters/appc-rest-adapter/appc-rest-adapter-bundle/pom.xml +++ b/appc-adapters/appc-rest-adapter/appc-rest-adapter-bundle/pom.xml @@ -48,20 +48,7 @@ org.onap.appc appc-common-bundle ${project.version} - - - com.fasterxml.jackson.core - jackson-databind - - - - - - com.fasterxml.jackson.core - jackson-databind - 2.8.11.3 - javax javaee-api diff --git a/appc-adapters/appc-rest-adapter/appc-rest-adapter-features/features-appc-rest-adapter/pom.xml b/appc-adapters/appc-rest-adapter/appc-rest-adapter-features/features-appc-rest-adapter/pom.xml index 00066e376..a17a318f3 100644 --- a/appc-adapters/appc-rest-adapter/appc-rest-adapter-features/features-appc-rest-adapter/pom.xml +++ b/appc-adapters/appc-rest-adapter/appc-rest-adapter-features/features-appc-rest-adapter/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-adapters/appc-rest-adapter/appc-rest-adapter-features/onap-appc-rest-adapter/pom.xml b/appc-adapters/appc-rest-adapter/appc-rest-adapter-features/onap-appc-rest-adapter/pom.xml index 7a285c40c..8368f740c 100644 --- a/appc-adapters/appc-rest-adapter/appc-rest-adapter-features/onap-appc-rest-adapter/pom.xml +++ b/appc-adapters/appc-rest-adapter/appc-rest-adapter-features/onap-appc-rest-adapter/pom.xml @@ -55,30 +55,13 @@ limitations under the License. ${project.version} xml features - - - com.fasterxml.jackson.core - jackson-databind - - org.onap.appc appc-rest-adapter-bundle ${project.version} - - - com.fasterxml.jackson.core - jackson-databind - - - - com.fasterxml.jackson.core - jackson-databind - 2.8.11.3 - -- cgit 1.2.3-korg