From 389e8bc3254dbec1dd96ea8ccbe721637e37fefb Mon Sep 17 00:00:00 2001 From: Jeremy Long Date: Sat, 8 Feb 2014 23:54:11 -0500 Subject: [PATCH] added dependencies to a testAll profile for issue #34 Former-commit-id: 103f0e62cb0a1c4fb5ad49fed85ceb77b11455c0 --- dependency-check-core/pom.xml | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) diff --git a/dependency-check-core/pom.xml b/dependency-check-core/pom.xml index 49767ea79..43a572ced 100644 --- a/dependency-check-core/pom.xml +++ b/dependency-check-core/pom.xml @@ -636,5 +636,40 @@ Copyright (c) 2012 Jeremy Long. All Rights Reserved. + + + False Positive Tests + + + + org.apache.xmlgraphics + batik-util + 1.7 + provided + true + + + com.thoughtworks.xstream + xstream + 1.4.2 + provided + true + + + org.apache.ws.security + wss4j + 1.5.7 + provided + true + + +