From adfc4f436c641c9c1d3dc401fd96108952433ef9 Mon Sep 17 00:00:00 2001 From: "prakash.e" Date: Thu, 5 Mar 2020 21:26:35 +0530 Subject: multivimproxy codehaus jackson vulnerability fix Excluded jackson-mapper-asl in jackson-databind artifact Change-Id: I44a9cb9c5e1570671d831dd59c52d1ebbe6ac066 Issue-ID: VFC-1598 Signed-off-by: Prakash.E --- service/pom.xml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/service/pom.xml b/service/pom.xml index 3c8769f..36ebca1 100644 --- a/service/pom.xml +++ b/service/pom.xml @@ -38,15 +38,14 @@ org.codehaus.jackson jackson-jaxrs 1.9.13 - + - - + commons-io -- cgit 1.2.3-korg