From b25df0bcf15f56a7c2c1398d76db84352658d5b3 Mon Sep 17 00:00:00 2001 From: Oliver Gierke Date: Thu, 28 Jan 2016 15:41:58 +0100 Subject: [PATCH] DATAREST-756 - Reorganize dependencies to make sure they get pulled in in release profile. --- pom.xml | 95 +++++++-------- spring-data-rest-webmvc/pom.xml | 199 ++++++++++++-------------------- 2 files changed, 116 insertions(+), 178 deletions(-) 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 - - - - - - -