From: priyanka.akhade Date: Fri, 4 Sep 2020 10:28:23 +0000 (+0530) Subject: added non-vulnerable version of jackson-databind, removed exclusion from moco-runner X-Git-Tag: 6.0.0~5^2 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F53%2F112153%2F1;p=cli.git added non-vulnerable version of jackson-databind, removed exclusion from moco-runner Signed-off-by: priyanka.akhade Issue-ID: CLI-253 Change-Id: Ie915972e4b91ed4f5ebfa7bfba5c5390c56cddca --- diff --git a/profiles/http/pom.xml b/profiles/http/pom.xml index 3dee45c4..82f4bf2f 100644 --- a/profiles/http/pom.xml +++ b/profiles/http/pom.xml @@ -105,11 +105,6 @@ Excluded commons-codec vulnerable version and added invulnerable version io.netty netty-codec-http - - - com.fasterxml.jackson.core - jackson-databind - @@ -135,6 +130,11 @@ Excluded commons-codec vulnerable version and added invulnerable version 1.19 test + + com.fasterxml.jackson.core + jackson-databind + 2.10.0 +