From 931f894182e5badbf5bd269cbfdc6317aee72eeb Mon Sep 17 00:00:00 2001 From: "priyanka.akhade" Date: Fri, 4 Sep 2020 15:58:23 +0530 Subject: added non-vulnerable version of jackson-databind, removed exclusion from moco-runner Signed-off-by: priyanka.akhade Issue-ID: CLI-253 Change-Id: Ie915972e4b91ed4f5ebfa7bfba5c5390c56cddca --- profiles/http/pom.xml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'profiles') 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 + -- cgit 1.2.3-korg