add settings to resolve spring 2.5.2 and spring security 2.0-m2

This commit is contained in:
Scott Andrews
2008-03-05 21:19:10 +00:00
parent 895e0409a2
commit c550bb4f93

View File

@@ -19,6 +19,9 @@
<!-- pull from the main release repository third -->
<ibiblio name="maven-central" checkconsistency="false" m2compatible="true" root="http://repo1.maven.org/maven2"/>
<!-- if still not resolved, try release -->
<ibiblio name="maven-spring-release" checkconsistency="false" m2compatible="true" root="http://s3.amazonaws.com/maven.springframework.org/release/"/>
<!-- if still not resolved, try milestones -->
<ibiblio name="maven-spring-milestone" checkconsistency="false" m2compatible="true" root="http://s3.amazonaws.com/maven.springframework.org/milestone/"/>
@@ -96,5 +99,7 @@
<module organisation="org.springframework" name="spring-ldap" resolver="spring-projects"/>
<module organisation="org.springframework" name="various" resolver="spring-projects"/>
<module organisation="org.springframework.security" name="spring-security-core" resolver="spring-projects"/>
<module organisation="org.springframework.security" name="spring-security-acl" resolver="spring-projects"/>
<module organisation="org.springframework.security" name="spring-security-taglibs" resolver="spring-projects"/>
</modules>
</ivysettings>