From 5f0a862b0330c6410f4489714645d4141cf91147 Mon Sep 17 00:00:00 2001 From: NicolasLAplaud Date: Wed, 11 Apr 2018 15:20:17 +0200 Subject: [PATCH] Fix vulnerability report part1 - Add a dependency exclusion Change-Id: Ifb3e3f5f78c6f9c9b0bcdd8238a047caf235f6e1 Issue-ID: EXTAPI-52 Signed-off-by: NicolasLAplaud --- pom.xml | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index a85cb4c..d0ef619 100644 --- a/pom.xml +++ b/pom.xml @@ -18,7 +18,7 @@ --> + xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> 4.0.0 org.onap.externalapi-nbi @@ -156,6 +156,12 @@ com.bazaarvoice.jolt jolt-core 0.1.0 + + + com.fasterxml.jackson.core + jackson-databind + + @@ -345,4 +351,4 @@ - + \ No newline at end of file -- 2.16.6