From 674e12d631d58b2ae97b4408d65fa6e4b063568d Mon Sep 17 00:00:00 2001 From: Oliver Gierke Date: Thu, 10 Mar 2011 17:53:08 +0100 Subject: [PATCH] DATAJPA-26 - Added missing plugin repository declaration. When building with Maven 3 plugin dependencies are only looked up through repositories defined in the element. So we had to add the Spring release repository there. --- pom.xml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/pom.xml b/pom.xml index 70dcc696d..71f2e1225 100644 --- a/pom.xml +++ b/pom.xml @@ -562,4 +562,13 @@ http://www.eclipse.org/downloads/download.php?r=1&nf=1&file=/rt/eclipselink/maven.repo + + + + + repository.springframework.maven.release + Spring Framework Maven Release Repository + http://maven.springframework.org/release + + \ No newline at end of file