From e9957ea718c985893fa5ebeb7d1e34151d844425 Mon Sep 17 00:00:00 2001 From: Mark Pollack Date: Mon, 14 Mar 2011 12:33:21 -0400 Subject: [PATCH 1/2] remove reference to src/main/resoures as eclipse was complianing --- spring-data-mongodb-cross-store/.classpath | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/spring-data-mongodb-cross-store/.classpath b/spring-data-mongodb-cross-store/.classpath index b1ef66a27..0df52bfe5 100644 --- a/spring-data-mongodb-cross-store/.classpath +++ b/spring-data-mongodb-cross-store/.classpath @@ -1,10 +1,9 @@ - - - - - - - - - - + + + + + + + + + From f2119ed2354c2c92ed2eb72accce2ea93ca7e629 Mon Sep 17 00:00:00 2001 From: Oliver Gierke Date: Tue, 15 Mar 2011 08:44:44 +0100 Subject: [PATCH 2/2] Added Spring Milestone plugin repository to find AspectJ. --- spring-data-mongodb-cross-store/pom.xml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/spring-data-mongodb-cross-store/pom.xml b/spring-data-mongodb-cross-store/pom.xml index d80a94777..7ab2e3f62 100644 --- a/spring-data-mongodb-cross-store/pom.xml +++ b/spring-data-mongodb-cross-store/pom.xml @@ -156,6 +156,13 @@ http://maven.springframework.org/snapshot + + + spring-maven-milestones + Springframework Maven Milestone Repository + http://maven.springframework.org/milestone + +