From cae3ce4532230c623df59ec0ef19a08fb432e26e Mon Sep 17 00:00:00 2001 From: Oliver Gierke Date: Mon, 20 Jan 2014 13:02:48 +0100 Subject: [PATCH] DATAJPA-450 - Removed Spring dependency versions. Added plugin repository and changed to libs-snapshot to correctly lookup Bundlor and other project dependencies. --- pom.xml | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/pom.xml b/pom.xml index 569ed2ee2..9aeead469 100644 --- a/pom.xml +++ b/pom.xml @@ -65,44 +65,37 @@ org.springframework spring-orm - ${spring} org.springframework spring-context - ${spring} org.springframework spring-aop - ${spring} org.springframework spring-tx - ${spring} org.springframework spring-beans - ${spring} org.springframework spring-instrument - ${spring} provided org.springframework spring-core - ${spring} commons-logging @@ -126,7 +119,6 @@ org.springframework spring-aspects - ${spring} compile true @@ -431,8 +423,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 + + +