From b245ef2d9e8237ec85f5f13d23597721f28897bd Mon Sep 17 00:00:00 2001 From: Oliver Gierke Date: Mon, 20 Jan 2014 13:09:15 +0100 Subject: [PATCH] DATAMONGO-826 - Polished poms. Removed Spring dependency versions and fixed repository declarations. --- pom.xml | 9 ++++++++- spring-data-mongodb-cross-store/pom.xml | 6 +----- spring-data-mongodb/pom.xml | 5 ----- 3 files changed, 9 insertions(+), 11 deletions(-) diff --git a/pom.xml b/pom.xml index bcfd4f3d2..fded43145 100644 --- a/pom.xml +++ b/pom.xml @@ -103,8 +103,15 @@ spring-libs-snapshot - http://repo.springsource.org/libs-snapshot-local + http://repo.spring.io/libs-snapshot + + + + spring-plugins-release + http://repo.spring.io/plugins-release + + diff --git a/spring-data-mongodb-cross-store/pom.xml b/spring-data-mongodb-cross-store/pom.xml index 861940c84..5ab4778c0 100644 --- a/spring-data-mongodb-cross-store/pom.xml +++ b/spring-data-mongodb-cross-store/pom.xml @@ -11,7 +11,7 @@ spring-data-mongodb-cross-store - Spring Data MongoDB - Cross-Store Persistence Support + Spring Data MongoDB - Cross-Store Support 1.0.0.Final @@ -24,7 +24,6 @@ org.springframework spring-beans - ${spring} commons-logging @@ -35,17 +34,14 @@ org.springframework spring-tx - ${spring} org.springframework spring-aspects - ${spring} org.springframework spring-orm - ${spring} diff --git a/spring-data-mongodb/pom.xml b/spring-data-mongodb/pom.xml index 96564ffed..8a93f7297 100644 --- a/spring-data-mongodb/pom.xml +++ b/spring-data-mongodb/pom.xml @@ -26,22 +26,18 @@ org.springframework spring-tx - ${spring} org.springframework spring-context - ${spring} org.springframework spring-beans - ${spring} org.springframework spring-core - ${spring} commons-logging @@ -52,7 +48,6 @@ org.springframework spring-expression - ${spring}