From 52cf1a81d591efb2b1ee4b8c5a70b137dfb6c212 Mon Sep 17 00:00:00 2001 From: Taka Cho Date: Wed, 13 Mar 2019 14:40:15 -0400 Subject: upgrade databind artifact upgrade jackson's databind from 2.8.11.2 to 2.8.11.3 Change-Id: I9bf3ab8021f91f6ed36bdffdacbaeeac78d2e87c Issue-ID: APPC-1533 Signed-off-by: Taka Cho --- .../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, 192 insertions(+), 2 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 1d0343473..0469b1ab2 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,7 +56,17 @@ org.onap.appc appc-common-bundle ${project.version} - compile + + + com.fasterxml.jackson.core + jackson-databind + + + + + com.fasterxml.jackson.core + jackson-databind + 2.8.11.3 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 40cbb3e3b..cecb3fc99 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,6 +42,12 @@ org.onap.appc appc-common-bundle ${project.version} + + + com.fasterxml.jackson.core + jackson-databind + + org.onap.appc @@ -102,6 +108,11 @@ 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 7d3203cd7..cc47caf11 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,6 +42,18 @@ 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 36606b66f..5e9ca1ca4 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,12 +46,23 @@ 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 60352e427..95e46f79d 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,6 +61,17 @@ 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 75fbe62bf..d91981d6e 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,6 +48,12 @@ org.onap.appc appc-common-bundle ${project.version} + + + com.fasterxml.jackson.core + jackson-databind + + org.onap.appc @@ -84,6 +90,11 @@ 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 71e827679..49a9f231f 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,7 +42,17 @@ 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 ebb98f585..6508e4bbd 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,6 +48,12 @@ limitations under the License. org.onap.appc appc-license-manager-core ${project.version} + + + com.fasterxml.jackson.core + jackson-databind + + org.onap.appc @@ -59,6 +65,11 @@ 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 15229dd2e..9485383ac 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,6 +60,18 @@ 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 f31ef0fd6..aa690157f 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,6 +43,12 @@ org.onap.appc appc-common-bundle ${project.version} + + + com.fasterxml.jackson.core + jackson-databind + + org.onap.appc @@ -109,6 +115,11 @@ ${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 25bb2f894..abe33d81a 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,6 +42,17 @@ 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 8f76b2fdb..b16887ecc 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,6 +43,12 @@ limitations under the License. ${project.version} xml features + + + com.fasterxml.jackson.core + jackson-databind + + org.onap.ccsdk.sli.adaptors @@ -86,6 +92,11 @@ 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 2f19fe6b2..8cf07df1e 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,6 +47,18 @@ 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 c9c087159..fca43efa2 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,16 +43,39 @@ 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 6572d4d93..bc7883d64 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,6 +42,18 @@ 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 bca7a5ada..08da7edde 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,6 +41,12 @@ limitations under the License. org.onap.appc appc-data-access-lib ${project.version} + + + com.fasterxml.jackson.core + jackson-databind + + org.onap.appc @@ -57,6 +63,11 @@ 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