From b0efce1b2c895b5bd8469f85846d5b50333982c6 Mon Sep 17 00:00:00 2001 From: Oliver Gierke Date: Tue, 9 Oct 2012 08:35:53 +0200 Subject: [PATCH] DATAJPA-262, DATAJPA-258 - Fixed dependency setup. Switched from SpringSource snapshot repository to release one. Excluded JUnit 3.8.1 dependency transitively pulled in through OpenJPA. --- pom.xml | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 4569ec019..163159b4b 100644 --- a/pom.xml +++ b/pom.xml @@ -406,6 +406,12 @@ commons-logging commons-logging + + + + junit + junit + @@ -655,8 +661,8 @@ - spring-libs-snapshot - http://repo.springsource.org/libs-snapshot + spring-libs-release + http://repo.springsource.org/libs-release