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