From 9ded7f0dfd535b485af0e35f03240ddd0cec9b0e Mon Sep 17 00:00:00 2001 From: Avinash S Date: Thu, 22 Feb 2018 07:32:14 +0000 Subject: Fix sonar security reportings Fix cxf and jackson direct sdk library dependency issues. Change-Id: I7b62648562254b040118b1a89d2e89f7be9f330f Issue-ID: VNFSDK-212 Signed-off-by: Avinash S --- csarvalidation/pom.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/csarvalidation/pom.xml b/csarvalidation/pom.xml index 1a91677..8b4c922 100644 --- a/csarvalidation/pom.xml +++ b/csarvalidation/pom.xml @@ -73,17 +73,17 @@ com.fasterxml.jackson.core jackson-core - 2.5.4 + 2.9.4 com.fasterxml.jackson.core jackson-databind - 2.5.4 + 2.9.4 com.fasterxml.jackson.core jackson-annotations - 2.5.4 + 2.9.4 com.google.code.gson -- cgit 1.2.3-korg