Fixed poms which should have been committed before

This commit is contained in:
Luke Taylor 2008-11-29 09:47:39 +00:00
parent 66897e1849
commit 5c29dfbc20
2 changed files with 12 additions and 7 deletions

View File

@ -33,7 +33,7 @@
</dependency>
<dependency>
<groupId>org.springframework.ldap</groupId>
<artifactId>spring-ldap</artifactId>
<artifactId>spring-ldap-core</artifactId>
<optional>true</optional>
</dependency>
</dependencies>

View File

@ -91,6 +91,11 @@
<name>SpringSource Enterprise Bundle Repository - SpringSource Snapshot Releases</name>
<url>http://repository.springsource.com/maven/bundles/snapshot</url>
</repository>
<repository>
<id>spring-milestone</id>
<name>Spring Portfolio Milestone Repository</name>
<url>http://s3.amazonaws.com/maven.springframework.org/milestone</url>
</repository>
</repositories>
<mailingLists>
@ -610,8 +615,8 @@
</dependency>
<dependency>
<groupId>org.springframework.ldap</groupId>
<artifactId>spring-ldap</artifactId>
<version>1.2.1</version>
<artifactId>spring-ldap-core</artifactId>
<version>1.3.0.RC1</version>
</dependency>
<dependency>
<groupId>org.aspectj</groupId>