From 132177fb71c08f157fb42037f9dd26ceb2d0ba43 Mon Sep 17 00:00:00 2001 From: "priyanka.akhade" Date: Fri, 28 Feb 2020 05:47:34 +0000 Subject: Migrate to gson Issue-ID: CLI-247 Signed-off-by: priyanka.akhade Change-Id: If66134db5503382fb45210ece883402fc130ac93 --- profiles/http/pom.xml | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) (limited to 'profiles/http/pom.xml') diff --git a/profiles/http/pom.xml b/profiles/http/pom.xml index fe2cee86..058749d7 100644 --- a/profiles/http/pom.xml +++ b/profiles/http/pom.xml @@ -77,9 +77,9 @@ Excluded commons-codec vulnerable version and added invulnerable version 2.2.0 - com.fasterxml.jackson.core - jackson-databind - 2.9.4 + com.google.code.gson + gson + 2.8.2 org.onap.cli @@ -110,6 +110,11 @@ Excluded commons-codec vulnerable version and added invulnerable version io.netty netty-codec-http + + + com.fasterxml.jackson.core + jackson-databind + -- cgit 1.2.3-korg