From 66c3985725a910b95802fff91c014e16cb44fe66 Mon Sep 17 00:00:00 2001 From: Jeremy Long Date: Fri, 16 Aug 2013 11:17:44 -0400 Subject: [PATCH] updated dependencies that are only scanned during tests to be provided/optional and copied them to test-classes Former-commit-id: d75d018ea41fa6f4d43b7549b84e50da6831da1d --- dependency-check-core/pom.xml | 25 ++++++++++++------------- 1 file changed, 12 insertions(+), 13 deletions(-) diff --git a/dependency-check-core/pom.xml b/dependency-check-core/pom.xml index 2718cfa88..17434e1ff 100644 --- a/dependency-check-core/pom.xml +++ b/dependency-check-core/pom.xml @@ -83,16 +83,16 @@ along with Dependency-Check. If not, see . org.apache.maven.plugins maven-dependency-plugin - 2.7 + 2.8 - package + generate-resources copy-dependencies - ${project.build.directory}/lib - provided + ${project.build.directory}/test-classes + provided @@ -181,9 +181,6 @@ along with Dependency-Check. If not, see . **/*IntegrationTest.java - - ${project.build.directory}/lib/ - @@ -372,7 +369,7 @@ along with Dependency-Check. If not, see . com.google.code.findbugs annotations 2.0.1 - provided + true commons-cli @@ -469,18 +466,20 @@ along with Dependency-Check. If not, see . commons-compress 1.5 - - + org.springframework spring-webmvc 2.5.5 - test - --> + provided + true + com.hazelcast hazelcast 2.5 - test + provided + true