From 2eba53619e54f30ce0623216d6fdf403f1f24e05 Mon Sep 17 00:00:00 2001 From: Oliver Gierke Date: Wed, 16 Jan 2013 17:31:38 +0100 Subject: [PATCH] DATACMNS-266 - Re-added repository declarations to pom.xml. For some reasons the and elements get stripped from the Spring Data parent pom during the deployment onto Artifactory so they do not end up in the pom.xml published although defined in the source pom.xml. --- pom.xml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/pom.xml b/pom.xml index bb84740a3..3ca9dd63e 100644 --- a/pom.xml +++ b/pom.xml @@ -197,5 +197,19 @@ + + + + spring.libs-snapshots + http://repo.springsource.org/libs-snapshot + + + + + + spring-plugins-release + http://repo.springsource.org/plugins-release + + \ No newline at end of file