|
@@ -51,7 +51,7 @@
|
|
|
<url>https://build.springframework.org/browse/SEC</url>
|
|
|
</ciManagement>
|
|
|
|
|
|
- <distributionManagement>
|
|
|
+ <distributionManagement>
|
|
|
<repository>
|
|
|
<id>spring-milestone</id>
|
|
|
<name>Spring Milestone Repository</name>
|
|
@@ -85,12 +85,17 @@
|
|
|
<id>com.springsource.repository.bundles.external</id>
|
|
|
<name>SpringSource Enterprise Bundle Repository - External Bundle Releases</name>
|
|
|
<url>http://repository.springsource.com/maven/bundles/external</url>
|
|
|
- </repository>
|
|
|
+ </repository>
|
|
|
<repository>
|
|
|
<id>com.springsource.repository.bundles.snapshot</id>
|
|
|
<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,14 +615,14 @@
|
|
|
</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>
|
|
|
<artifactId>com.springsource.org.aspectj.runtime</artifactId>
|
|
|
<version>1.6.2.RELEASE</version>
|
|
|
- </dependency>
|
|
|
+ </dependency>
|
|
|
<dependency>
|
|
|
<groupId>org.aspectj</groupId>
|
|
|
<artifactId>com.springsource.org.aspectj.weaver</artifactId>
|
|
@@ -634,7 +639,7 @@
|
|
|
<scope>test</scope>
|
|
|
<optional>true</optional>
|
|
|
<version>2.1_3</version>
|
|
|
- </dependency>
|
|
|
+ </dependency>
|
|
|
<dependency>
|
|
|
<groupId>log4j</groupId>
|
|
|
<artifactId>log4j</artifactId>
|