diff --git a/dependency-check-core/pom.xml b/dependency-check-core/pom.xml index f64477a74..b801dd8d0 100644 --- a/dependency-check-core/pom.xml +++ b/dependency-check-core/pom.xml @@ -506,6 +506,63 @@ Copyright (c) 2012 Jeremy Long. All Rights Reserved. + + Postgresql-IntegrationTest + + + postgresql + + + + + org.postgresql + postgresql + 9.4-1204-jdbc42 + + + + + + org.apache.maven.plugins + maven-surefire-plugin + + true + + + + org.apache.maven.plugins + maven-failsafe-plugin + + + + data.driver_path + ${driver_path} + + + data.driver_name + ${driver_name} + + + data.connection_string + ${connection_string} + + + + **/*MySQLTest.java + + + + + + integration-test + verify + + + + + + +