diff --git a/pom.xml b/pom.xml index cef9f3149..ba6948c95 100644 --- a/pom.xml +++ b/pom.xml @@ -42,6 +42,50 @@ + + + all-dbs + + + + org.apache.maven.plugins + maven-surefire-plugin + + + mysql-test + test + + test + + + + **/*IntegrationTests.java + + + mysql + + + + + postgres-test + test + + test + + + + **/*IntegrationTests.java + + + postgres + + + + + + + + @@ -97,10 +141,33 @@ test + + mysql + mysql-connector-java + 5.1.41 + test + + + + org.postgresql + postgresql + 42.0.0 + test + + + + + + org.apache.maven.plugins + maven-surefire-plugin + 2.12 + + +