From 1c4aceb0fba4854fdc32d95512863f19c1cd21d2 Mon Sep 17 00:00:00 2001 From: Jeremy Long Date: Wed, 21 Jan 2015 18:58:08 -0500 Subject: [PATCH] added additional optional dependencies for testing purposes for issue #186 Former-commit-id: 5111120fee1f04a39e3144beb234895275581899 --- dependency-check-core/pom.xml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/dependency-check-core/pom.xml b/dependency-check-core/pom.xml index 09e609540..1a3711234 100644 --- a/dependency-check-core/pom.xml +++ b/dependency-check-core/pom.xml @@ -655,6 +655,20 @@ Copyright (c) 2012 Jeremy Long. All Rights Reserved. provided true + + com.google.inject + guice + 3.0 + provided + true + + + org.opensaml + xmltooling + 1.4.1 + provided + true +