diff --git a/dependency-check-core/pom.xml b/dependency-check-core/pom.xml
index c2e3728c2..e9858122e 100644
--- a/dependency-check-core/pom.xml
+++ b/dependency-check-core/pom.xml
@@ -135,7 +135,7 @@ along with Dependency-Check. If not, see .
org.codehaus.mojo
cobertura-maven-plugin
- 2.5.2
+ 2.6
@@ -185,14 +185,9 @@ along with Dependency-Check. If not, see .
org.apache.maven.plugins
maven-surefire-plugin
- 2.14
+ 2.16
-
- net.sourceforge.cobertura.datafile
- ${project.build.directory}/cobertura/cobertura.ser
- target
-
data.directory
${project.build.directory}/data
@@ -204,13 +199,14 @@ along with Dependency-Check. If not, see .
**/*IntegrationTest.java
+ **/*MySQLTest.java
org.apache.maven.plugins
maven-failsafe-plugin
- 2.14
+ 2.16
@@ -294,12 +290,12 @@ along with Dependency-Check. If not, see .
org.codehaus.mojo
cobertura-maven-plugin
- 2.5.2
+ 2.6
org.apache.maven.plugins
maven-surefire-report-plugin
- 2.14
+ 2.16
@@ -572,4 +568,51 @@ along with Dependency-Check. If not, see .
true
+
+
+ MySQL-IntegrationTest
+
+
+ mysql
+
+
+
+
+
+
+ org.apache.maven.plugins
+ maven-surefire-plugin
+ 2.16
+
+ true
+
+
+
+ org.apache.maven.plugins
+ maven-failsafe-plugin
+ 2.16
+
+
+
+ data.directory
+ ${project.build.directory}/data
+
+
+
+ **/*MySQLTest.java
+
+
+
+
+
+ integration-test
+ verify
+
+
+
+
+
+
+
+