From aca1c233326b182e923cc2210104df9664c1537b Mon Sep 17 00:00:00 2001 From: Taka Cho Date: Thu, 14 Mar 2019 15:08:38 -0400 Subject: [PATCH] databind upgrade artifact databine upgrade 2.8.11.3 Change-Id: Ide510410a3ce0727f3b74053cd915cbb655ce07d Issue-ID: APPC-1533 Signed-off-by: Taka Cho --- appc-dg/appc-dg-shared/appc-dg-dependency-model/pom.xml | 2 +- appc-sdc-listener/appc-sdc-listener-bundle/pom.xml | 2 +- appc-sdc-listener/appc-sdc-listener-installer/pom.xml | 12 ++++++++++++ .../appc-sequence-generator-installer/pom.xml | 13 ++++++++++++- 4 files changed, 26 insertions(+), 3 deletions(-) diff --git a/appc-dg/appc-dg-shared/appc-dg-dependency-model/pom.xml b/appc-dg/appc-dg-shared/appc-dg-dependency-model/pom.xml index 085f65bab..055c1f198 100644 --- a/appc-dg/appc-dg-shared/appc-dg-dependency-model/pom.xml +++ b/appc-dg/appc-dg-shared/appc-dg-dependency-model/pom.xml @@ -64,7 +64,7 @@ com.fasterxml.jackson.core jackson-databind - ${jackson-yaml-version} + 2.8.11.3 com.fasterxml.jackson.core diff --git a/appc-sdc-listener/appc-sdc-listener-bundle/pom.xml b/appc-sdc-listener/appc-sdc-listener-bundle/pom.xml index 7d3f6ca93..23345df68 100644 --- a/appc-sdc-listener/appc-sdc-listener-bundle/pom.xml +++ b/appc-sdc-listener/appc-sdc-listener-bundle/pom.xml @@ -216,7 +216,7 @@ limitations under the License. com.fasterxml.jackson.core jackson-databind - ${jackson-yaml-version} + 2.8.11.3 com.fasterxml.jackson.core diff --git a/appc-sdc-listener/appc-sdc-listener-installer/pom.xml b/appc-sdc-listener/appc-sdc-listener-installer/pom.xml index 4447dd85e..2b0a0b3b4 100644 --- a/appc-sdc-listener/appc-sdc-listener-installer/pom.xml +++ b/appc-sdc-listener/appc-sdc-listener-installer/pom.xml @@ -62,6 +62,18 @@ limitations under the License. org.onap.appc appc-sdc-listener-bundle ${project.version} + + + com.fasterxml.jackson.core + jackson-databind + + + + + + com.fasterxml.jackson.core + jackson-databind + 2.8.11.3 diff --git a/appc-sequence-generator/appc-sequence-generator-installer/pom.xml b/appc-sequence-generator/appc-sequence-generator-installer/pom.xml index 4347a66db..a7884dee8 100644 --- a/appc-sequence-generator/appc-sequence-generator-installer/pom.xml +++ b/appc-sequence-generator/appc-sequence-generator-installer/pom.xml @@ -71,8 +71,19 @@ appc-sequence-generator-model ${project.version} - + + + com.fasterxml.jackson.core + jackson-databind + + + + + com.fasterxml.jackson.core + jackson-databind + 2.8.11.3 + -- 2.16.6