From 3bea99c000195d4f21cced2f679d661a9952d1b8 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: 9cc56005bcb3e33a364a3929d1f361bd45b03662 --- 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 + + +