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-inbound/appc-artifact-handler/provider/pom.xml | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) (limited to 'appc-inbound/appc-artifact-handler/provider') diff --git a/appc-inbound/appc-artifact-handler/provider/pom.xml b/appc-inbound/appc-artifact-handler/provider/pom.xml index 8c465cc1c..f2448d0fd 100755 --- a/appc-inbound/appc-artifact-handler/provider/pom.xml +++ b/appc-inbound/appc-artifact-handler/provider/pom.xml @@ -66,7 +66,14 @@ limitations under the License. org.onap.appc appc-yang-generator ${project.version} - + + + com.fasterxml.jackson.core + jackson-databind + + + + org.opendaylight.controller sal-binding-api @@ -106,6 +113,11 @@ limitations under the License. com.att.eelf eelf-core + + com.fasterxml.jackson.core + jackson-databind + 2.8.11.3 + junit junit -- cgit 1.2.3-korg