diff --git a/pom.xml b/pom.xml
index be9f81184..6cad93217 100644
--- a/pom.xml
+++ b/pom.xml
@@ -80,62 +80,6 @@
-
- jpa
-
-
- true
-
-
-
-
-
- org.springframework.data
- spring-data-jpa
- ${springdata.jpa}
- test
-
-
-
- org.hibernate
- hibernate-entitymanager
- ${hibernate.version}
- test
-
-
-
- org.hsqldb
- hsqldb
- 2.3.2
- test
-
-
-
-
-
- mongodb
-
-
- true
-
-
-
-
- org.springframework.data
- spring-data-mongodb
- ${springdata.mongodb}
- test
-
-
-
- com.querydsl
- querydsl-mongodb
- ${querydsl}
- test
-
-
-
-
@@ -147,6 +91,45 @@
true
+
+
+
+ org.springframework.data
+ spring-data-jpa
+ ${springdata.jpa}
+ test
+
+
+
+ org.hibernate
+ hibernate-entitymanager
+ ${hibernate.version}
+ test
+
+
+
+ org.hsqldb
+ hsqldb
+ 2.3.2
+ test
+
+
+
+
+
+ org.springframework.data
+ spring-data-mongodb
+ ${springdata.mongodb}
+ test
+
+
+
+ com.querydsl
+ querydsl-mongodb
+ ${querydsl}
+ test
+
+
diff --git a/spring-data-rest-webmvc/pom.xml b/spring-data-rest-webmvc/pom.xml
index 32fc4c197..fc524d3a2 100644
--- a/spring-data-rest-webmvc/pom.xml
+++ b/spring-data-rest-webmvc/pom.xml
@@ -130,130 +130,85 @@
test
+
+
+ commons-io
+ commons-io
+ 2.3
+ test
+
+
+
+
+
+ org.springframework.data
+ spring-data-gemfire
+ ${springdata.gemfire}
+ test
+
+
+
+
+
+ org.springframework.data
+ spring-data-solr
+ ${springdata.solr}
+ test
+
+
+
+ org.apache.solr
+ solr-core
+ 4.10.1
+ test
+
+
+ org.slf4j
+ slf4j-api
+
+
+ jdk.tools
+ jdk.tools
+
+
+ com.google
+ guava
+
+
+
+
+
+
+
+ org.springframework.security
+ spring-security-core
+ ${spring-security.version}
+ test
+
+
+
+ org.springframework.security
+ spring-security-config
+ ${spring-security.version}
+ test
+
+
+
+ org.springframework.security
+ spring-security-web
+ ${spring-security.version}
+ test
+
+
+
+ org.springframework.security
+ spring-security-test
+ ${spring-security.version}
+ test
+
+
-
-
-
- unifying
-
-
- true
-
-
-
-
-
- commons-io
- commons-io
- 2.3
- test
-
-
-
-
-
-
- gemfire
-
-
- true
-
-
-
-
- org.springframework.data
- spring-data-gemfire
- ${springdata.gemfire}
- test
-
-
-
-
-
- solr
-
-
- true
-
-
-
-
-
- org.springframework.data
- spring-data-solr
- ${springdata.solr}
- test
-
-
-
- org.apache.solr
- solr-core
- 4.10.1
- test
-
-
- org.slf4j
- slf4j-api
-
-
- jdk.tools
- jdk.tools
-
-
- com.google
- guava
-
-
-
-
-
-
-
-
-
-
- spring-security
-
-
- true
-
-
-
-
-
- org.springframework.security
- spring-security-core
- ${spring-security.version}
- test
-
-
-
- org.springframework.security
- spring-security-config
- ${spring-security.version}
- test
-
-
-
- org.springframework.security
- spring-security-web
- ${spring-security.version}
- test
-
-
-
- org.springframework.security
- spring-security-test
- ${spring-security.version}
- test
-
-
-
-
-
-
-