From 28780105f9e027c1b9f9653930cbbefeb598821a Mon Sep 17 00:00:00 2001 From: Kailun Qin Date: Fri, 31 Aug 2018 17:59:36 +0800 Subject: Exclude jackson-dataformat-xml for security Change-Id: I6e687853ba001e43d87edd843b1604c2a5633c20 Issue-ID: VNFSDK-302 Signed-off-by: Kailun Qin --- vnf-sdk-function-test/pom.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/vnf-sdk-function-test/pom.xml b/vnf-sdk-function-test/pom.xml index ebae15c..62af988 100644 --- a/vnf-sdk-function-test/pom.xml +++ b/vnf-sdk-function-test/pom.xml @@ -152,6 +152,12 @@ io.swagger swagger-jersey2-jaxrs 1.5.3 + + + com.fasterxml.jackson.dataformat + jackson-dataformat-xml + + -- cgit 1.2.3-korg