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-command-executor-api/pom.xml | 12 +---------- .../appc-command-executor-core/pom.xml | 11 ----------- .../features-appc-command-executor/pom.xml | 12 ----------- .../onap-appc-command-executor/pom.xml | 11 ----------- .../appc-data-access-lib/pom.xml | 11 ----------- .../appc-license-manager-core/pom.xml | 11 ----------- .../features-appc-license-manager/pom.xml | 12 +---------- .../onap-appc-license-manager/pom.xml | 11 ----------- .../appc-request-handler-api/pom.xml | 12 ----------- .../appc-request-handler-core/pom.xml | 11 ----------- .../features-appc-request-handler/pom.xml | 11 ----------- .../onap-appc-request-handler/pom.xml | 11 ----------- .../appc-workflow-management-api/pom.xml | 12 ----------- .../appc-workflow-management-core/pom.xml | 23 ---------------------- .../features-appc-workflow-management/pom.xml | 12 ----------- .../onap-appc-workflow-management/pom.xml | 11 ----------- 16 files changed, 2 insertions(+), 192 deletions(-) (limited to 'appc-dispatcher') diff --git a/appc-dispatcher/appc-command-executor/appc-command-executor-api/pom.xml b/appc-dispatcher/appc-command-executor/appc-command-executor-api/pom.xml index 0469b1ab2..1d0343473 100644 --- a/appc-dispatcher/appc-command-executor/appc-command-executor-api/pom.xml +++ b/appc-dispatcher/appc-command-executor/appc-command-executor-api/pom.xml @@ -56,17 +56,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 + compile junit diff --git a/appc-dispatcher/appc-command-executor/appc-command-executor-core/pom.xml b/appc-dispatcher/appc-command-executor/appc-command-executor-core/pom.xml index cecb3fc99..40cbb3e3b 100644 --- a/appc-dispatcher/appc-command-executor/appc-command-executor-core/pom.xml +++ b/appc-dispatcher/appc-command-executor/appc-command-executor-core/pom.xml @@ -42,12 +42,6 @@ org.onap.appc appc-common-bundle ${project.version} - - - com.fasterxml.jackson.core - jackson-databind - - org.onap.appc @@ -108,11 +102,6 @@ 1.3 test - - com.fasterxml.jackson.core - jackson-databind - 2.8.11.3 - diff --git a/appc-dispatcher/appc-command-executor/appc-command-executor-features/features-appc-command-executor/pom.xml b/appc-dispatcher/appc-command-executor/appc-command-executor-features/features-appc-command-executor/pom.xml index cc47caf11..7d3203cd7 100644 --- a/appc-dispatcher/appc-command-executor/appc-command-executor-features/features-appc-command-executor/pom.xml +++ b/appc-dispatcher/appc-command-executor/appc-command-executor-features/features-appc-command-executor/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-dispatcher/appc-command-executor/appc-command-executor-features/onap-appc-command-executor/pom.xml b/appc-dispatcher/appc-command-executor/appc-command-executor-features/onap-appc-command-executor/pom.xml index 5e9ca1ca4..36606b66f 100644 --- a/appc-dispatcher/appc-command-executor/appc-command-executor-features/onap-appc-command-executor/pom.xml +++ b/appc-dispatcher/appc-command-executor/appc-command-executor-features/onap-appc-command-executor/pom.xml @@ -46,23 +46,12 @@ limitations under the License. org.onap.appc appc-command-executor-api ${project.version} - - - com.fasterxml.jackson.core - jackson-databind - - org.onap.appc appc-command-executor-core ${project.version} - - com.fasterxml.jackson.core - jackson-databind - 2.8.11.3 - diff --git a/appc-dispatcher/appc-dispatcher-common/appc-data-access-lib/pom.xml b/appc-dispatcher/appc-dispatcher-common/appc-data-access-lib/pom.xml index 95e46f79d..60352e427 100644 --- a/appc-dispatcher/appc-dispatcher-common/appc-data-access-lib/pom.xml +++ b/appc-dispatcher/appc-dispatcher-common/appc-data-access-lib/pom.xml @@ -61,17 +61,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 org.apache.commons diff --git a/appc-dispatcher/appc-license-manager/appc-license-manager-core/pom.xml b/appc-dispatcher/appc-license-manager/appc-license-manager-core/pom.xml index d91981d6e..75fbe62bf 100644 --- a/appc-dispatcher/appc-license-manager/appc-license-manager-core/pom.xml +++ b/appc-dispatcher/appc-license-manager/appc-license-manager-core/pom.xml @@ -48,12 +48,6 @@ org.onap.appc appc-common-bundle ${project.version} - - - com.fasterxml.jackson.core - jackson-databind - - org.onap.appc @@ -90,11 +84,6 @@ dblib-provider provided - - com.fasterxml.jackson.core - jackson-databind - 2.8.11.3 - diff --git a/appc-dispatcher/appc-license-manager/appc-license-manager-features/features-appc-license-manager/pom.xml b/appc-dispatcher/appc-license-manager/appc-license-manager-features/features-appc-license-manager/pom.xml index 49a9f231f..71e827679 100644 --- a/appc-dispatcher/appc-license-manager/appc-license-manager-features/features-appc-license-manager/pom.xml +++ b/appc-dispatcher/appc-license-manager/appc-license-manager-features/features-appc-license-manager/pom.xml @@ -42,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-dispatcher/appc-license-manager/appc-license-manager-features/onap-appc-license-manager/pom.xml b/appc-dispatcher/appc-license-manager/appc-license-manager-features/onap-appc-license-manager/pom.xml index 6508e4bbd..ebb98f585 100644 --- a/appc-dispatcher/appc-license-manager/appc-license-manager-features/onap-appc-license-manager/pom.xml +++ b/appc-dispatcher/appc-license-manager/appc-license-manager-features/onap-appc-license-manager/pom.xml @@ -48,12 +48,6 @@ limitations under the License. org.onap.appc appc-license-manager-core ${project.version} - - - com.fasterxml.jackson.core - jackson-databind - - org.onap.appc @@ -65,11 +59,6 @@ limitations under the License. javax.mail 1.5.0 - - com.fasterxml.jackson.core - jackson-databind - 2.8.11.3 - 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 - diff --git a/appc-dispatcher/appc-workflow-management/appc-workflow-management-api/pom.xml b/appc-dispatcher/appc-workflow-management/appc-workflow-management-api/pom.xml index 8cf07df1e..2f19fe6b2 100644 --- a/appc-dispatcher/appc-workflow-management/appc-workflow-management-api/pom.xml +++ b/appc-dispatcher/appc-workflow-management/appc-workflow-management-api/pom.xml @@ -47,18 +47,6 @@ org.onap.appc appc-data-access-lib ${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-dispatcher/appc-workflow-management/appc-workflow-management-core/pom.xml b/appc-dispatcher/appc-workflow-management/appc-workflow-management-core/pom.xml index fca43efa2..c9c087159 100644 --- a/appc-dispatcher/appc-workflow-management/appc-workflow-management-core/pom.xml +++ b/appc-dispatcher/appc-workflow-management/appc-workflow-management-core/pom.xml @@ -43,39 +43,16 @@ org.onap.appc appc-common-bundle ${project.version} - - - com.fasterxml.jackson.core - jackson-databind - - org.onap.appc appc-data-access-lib ${project.version} - - - com.fasterxml.jackson.core - jackson-databind - - org.onap.appc appc-workflow-management-api ${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-dispatcher/appc-workflow-management/appc-workflow-management-features/features-appc-workflow-management/pom.xml b/appc-dispatcher/appc-workflow-management/appc-workflow-management-features/features-appc-workflow-management/pom.xml index bc7883d64..6572d4d93 100644 --- a/appc-dispatcher/appc-workflow-management/appc-workflow-management-features/features-appc-workflow-management/pom.xml +++ b/appc-dispatcher/appc-workflow-management/appc-workflow-management-features/features-appc-workflow-management/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-dispatcher/appc-workflow-management/appc-workflow-management-features/onap-appc-workflow-management/pom.xml b/appc-dispatcher/appc-workflow-management/appc-workflow-management-features/onap-appc-workflow-management/pom.xml index 08da7edde..bca7a5ada 100644 --- a/appc-dispatcher/appc-workflow-management/appc-workflow-management-features/onap-appc-workflow-management/pom.xml +++ b/appc-dispatcher/appc-workflow-management/appc-workflow-management-features/onap-appc-workflow-management/pom.xml @@ -41,12 +41,6 @@ limitations under the License. org.onap.appc appc-data-access-lib ${project.version} - - - com.fasterxml.jackson.core - jackson-databind - - org.onap.appc @@ -63,11 +57,6 @@ limitations under the License. appc-ranking-framework-lib ${project.version} - - com.fasterxml.jackson.core - jackson-databind - 2.8.11.3 - -- cgit 1.2.3-korg