diff --git a/pom.xml b/pom.xml
index 5266dee52..5d3102cf9 100755
--- a/pom.xml
+++ b/pom.xml
@@ -111,43 +111,6 @@
-
- all-dbs
-
-
-
- org.apache.maven.plugins
- maven-surefire-plugin
-
-
- mysql-test
- test
-
- test
-
-
-
- **/MySql*IntegrationTests.java
-
-
-
-
- postgres-test
- test
-
- test
-
-
-
- **/Postgres*IntegrationTests.java
-
-
-
-
-
-
-
-
eclipselink-next
@@ -188,85 +151,6 @@
-
-
-
- org.apache.maven.plugins
- maven-surefire-plugin
-
-
- org.springframework
- spring-instrument
- ${spring}
- runtime
-
-
-
-
-
- default-test
-
-
- **/*
-
-
-
-
- unit-test
-
- test
-
- test
-
-
- **/*UnitTests.java
-
-
-
-
- integration-test
-
- test
-
- test
-
-
- **/*IntegrationTests.java
- **/*Tests.java
-
-
- **/*UnitTests.java
- **/OpenJpa*
- **/EclipseLink*
- **/MySql*
- **/Postgres*
-
-
- -javaagent:${settings.localRepository}/org/springframework/spring-instrument/${spring}/spring-instrument-${spring}.jar
-
-
-
-
- eclipselink-test
-
- test
-
- test
-
-
- **/EclipseLink*Tests.java
-
-
- -javaagent:${settings.localRepository}/org/eclipse/persistence/org.eclipse.persistence.jpa/${eclipselink}/org.eclipse.persistence.jpa-${eclipselink}.jar
- -javaagent:${settings.localRepository}/org/springframework/spring-instrument/${spring}/spring-instrument-${spring}.jar
-
-
-
-
-
-
-
-
diff --git a/spring-data-jpa/pom.xml b/spring-data-jpa/pom.xml
index c6d9301c0..1e2b5cdd1 100644
--- a/spring-data-jpa/pom.xml
+++ b/spring-data-jpa/pom.xml
@@ -1,6 +1,7 @@
-
+
4.0.0
@@ -336,7 +337,8 @@
generate-sources
true
- ${project.basedir}/src/main/antlr4
+ ${project.basedir}/src/main/antlr4
+
@@ -427,4 +429,45 @@
+
+
+ all-dbs
+
+
+
+ org.apache.maven.plugins
+ maven-surefire-plugin
+
+
+ mysql-test
+ test
+
+ test
+
+
+
+ **/MySql*IntegrationTests.java
+
+
+
+
+ postgres-test
+ test
+
+ test
+
+
+
+ **/Postgres*IntegrationTests.java
+
+
+
+
+
+
+
+
+
+
+