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/appc-command-executor-api/pom.xml | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) (limited to 'appc-dispatcher/appc-command-executor/appc-command-executor-api') 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 -- cgit 1.2.3-korg