From 727bf4cc990f4e84acb812332db486a093818e4a Mon Sep 17 00:00:00 2001 From: Oliver Gierke Date: Thu, 12 May 2011 14:10:13 +0200 Subject: [PATCH] Moved repository declaration to find EJB jar to the right pom.xml. --- pom.xml | 6 ------ spring-data-commons-parent/pom.xml | 6 ++++++ 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/pom.xml b/pom.xml index 148be495c..8e3fe85f3 100644 --- a/pom.xml +++ b/pom.xml @@ -353,12 +353,6 @@ SpringSource Maven Release Repository http://repository.springsource.com/maven/bundles/release - - - jboss - JBoss repository - https://repository.jboss.org/nexus/content/groups/public - diff --git a/spring-data-commons-parent/pom.xml b/spring-data-commons-parent/pom.xml index 96145b9d2..6a80c931b 100644 --- a/spring-data-commons-parent/pom.xml +++ b/spring-data-commons-parent/pom.xml @@ -369,6 +369,12 @@ false + + + jboss + JBoss repository + https://repository.jboss.org/nexus/content/groups/public +