From f584fa72df298521ba05d345b5f27555f7a7f5d1 Mon Sep 17 00:00:00 2001 From: "prakash.e" Date: Thu, 5 Mar 2020 20:20:55 +0530 Subject: SVNFM codehaus jackson vulnerability fix Excluded jackson-mapper-asl in jackson-databind artifact Change-Id: I3daa7d1f3357913bed45209773a30a88ec3a4ee1 Issue-ID: VFC-1598 Signed-off-by: Prakash.E --- .../vnfmadapter/VnfmadapterService/service/pom.xml | 24 +++++++++++++++++++++- 1 file changed, 23 insertions(+), 1 deletion(-) (limited to 'huawei/vnfmadapter/VnfmadapterService/service/pom.xml') diff --git a/huawei/vnfmadapter/VnfmadapterService/service/pom.xml b/huawei/vnfmadapter/VnfmadapterService/service/pom.xml index 39eecb1e..383ea069 100644 --- a/huawei/vnfmadapter/VnfmadapterService/service/pom.xml +++ b/huawei/vnfmadapter/VnfmadapterService/service/pom.xml @@ -194,6 +194,22 @@ org.codehaus.jackson jackson-jaxrs 1.9.13 + + + org.codehaus.jackson + jackson-mapper-asl + + + + + com.fasterxml.jackson.core + jackson-databind + 2.10.0 + + + com.fasterxml.jackson.core + jackson-core + 2.10.0 javax.ws.rs @@ -265,11 +281,17 @@ 1.18 test - + + + junit + junit + 4.9 + test -- cgit 1.2.3-korg