diff --git a/pom.xml b/pom.xml index bfb0965512..54ccf77b4c 100644 --- a/pom.xml +++ b/pom.xml @@ -285,6 +285,9 @@ **/*IntegrationTests.java + + + diff --git a/spring-data-jdbc/pom.xml b/spring-data-jdbc/pom.xml index c2f44d3f96..abfa09dbb7 100644 --- a/spring-data-jdbc/pom.xml +++ b/spring-data-jdbc/pom.xml @@ -251,6 +251,9 @@ hsql + + + @@ -277,6 +280,9 @@ **/*IntegrationTests.java + + + postgres @@ -305,6 +311,7 @@ **/*IntegrationTests.java + h2 @@ -320,6 +327,7 @@ **/*IntegrationTests.java + mysql @@ -335,6 +343,7 @@ **/*IntegrationTests.java + postgres @@ -350,6 +359,7 @@ **/*IntegrationTests.java + mariadb @@ -365,6 +375,7 @@ **/*IntegrationTests.java + db2 @@ -380,6 +391,7 @@ **/*IntegrationTests.java + oracle @@ -395,6 +407,7 @@ **/*IntegrationTests.java + mssql diff --git a/spring-data-r2dbc/pom.xml b/spring-data-r2dbc/pom.xml index a60f8e183a..d65f06a082 100644 --- a/spring-data-r2dbc/pom.xml +++ b/spring-data-r2dbc/pom.xml @@ -375,6 +375,9 @@ **/*Tests.java + + +