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-request-handler/appc-request-handler-api/pom.xml | 12 ------------ .../appc-request-handler/appc-request-handler-core/pom.xml | 11 ----------- .../features-appc-request-handler/pom.xml | 11 ----------- .../onap-appc-request-handler/pom.xml | 11 ----------- 4 files changed, 45 deletions(-) (limited to 'appc-dispatcher/appc-request-handler') diff --git a/appc-dispatcher/appc-request-handler/appc-request-handler-api/pom.xml b/appc-dispatcher/appc-request-handler/appc-request-handler-api/pom.xml index 9485383ac..15229dd2e 100644 --- a/appc-dispatcher/appc-request-handler/appc-request-handler-api/pom.xml +++ b/appc-dispatcher/appc-request-handler/appc-request-handler-api/pom.xml @@ -60,18 +60,6 @@ org.onap.appc appc-common-bundle ${project.version} - - - com.fasterxml.jackson.core - jackson-databind - - - - - - com.fasterxml.jackson.core - jackson-databind - 2.8.11.3 diff --git a/appc-dispatcher/appc-request-handler/appc-request-handler-core/pom.xml b/appc-dispatcher/appc-request-handler/appc-request-handler-core/pom.xml index aa690157f..f31ef0fd6 100644 --- a/appc-dispatcher/appc-request-handler/appc-request-handler-core/pom.xml +++ b/appc-dispatcher/appc-request-handler/appc-request-handler-core/pom.xml @@ -43,12 +43,6 @@ org.onap.appc appc-common-bundle ${project.version} - - - com.fasterxml.jackson.core - jackson-databind - - org.onap.appc @@ -115,11 +109,6 @@ ${project.version} - - com.fasterxml.jackson.core - jackson-databind - 2.8.11.3 - org.onap.ccsdk.sli.adaptors aai-service-provider diff --git a/appc-dispatcher/appc-request-handler/appc-request-handler-features/features-appc-request-handler/pom.xml b/appc-dispatcher/appc-request-handler/appc-request-handler-features/features-appc-request-handler/pom.xml index abe33d81a..25bb2f894 100644 --- a/appc-dispatcher/appc-request-handler/appc-request-handler-features/features-appc-request-handler/pom.xml +++ b/appc-dispatcher/appc-request-handler/appc-request-handler-features/features-appc-request-handler/pom.xml @@ -42,17 +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-dispatcher/appc-request-handler/appc-request-handler-features/onap-appc-request-handler/pom.xml b/appc-dispatcher/appc-request-handler/appc-request-handler-features/onap-appc-request-handler/pom.xml index b16887ecc..8f76b2fdb 100644 --- a/appc-dispatcher/appc-request-handler/appc-request-handler-features/onap-appc-request-handler/pom.xml +++ b/appc-dispatcher/appc-request-handler/appc-request-handler-features/onap-appc-request-handler/pom.xml @@ -43,12 +43,6 @@ limitations under the License. ${project.version} xml features - - - com.fasterxml.jackson.core - jackson-databind - - org.onap.ccsdk.sli.adaptors @@ -92,11 +86,6 @@ limitations under the License. appc-request-handler-core ${project.version} - - com.fasterxml.jackson.core - jackson-databind - 2.8.11.3 - -- cgit 1.2.3-korg