From 9ba4f81a62d430e1b99ab34b5a996a47289afb01 Mon Sep 17 00:00:00 2001 From: "prakash.e" Date: Mon, 9 Mar 2020 17:47:46 +0530 Subject: [PATCH] vfc svnfm run time issue fix jackson-mapper-asl exclusion in pom due to security vulnerable resulted in exception and it is commented now Change-Id: Ie1522e153fec8a0d62615f51fa71018dabacb943 Issue-ID: VFC-1598 Signed-off-by: Prakash.E --- huawei/vnfmadapter/VnfmadapterService/service/pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/huawei/vnfmadapter/VnfmadapterService/service/pom.xml b/huawei/vnfmadapter/VnfmadapterService/service/pom.xml index 4ec4dfa1..b9296774 100644 --- a/huawei/vnfmadapter/VnfmadapterService/service/pom.xml +++ b/huawei/vnfmadapter/VnfmadapterService/service/pom.xml @@ -219,12 +219,12 @@ org.codehaus.jackson jackson-jaxrs 1.9.13 - + com.fasterxml.jackson.core -- 2.16.6