mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-07-04 09:42:29 +00:00
Fixed poms which should have been committed before
This commit is contained in:
parent
66897e1849
commit
5c29dfbc20
@ -33,7 +33,7 @@
|
|||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.springframework.ldap</groupId>
|
<groupId>org.springframework.ldap</groupId>
|
||||||
<artifactId>spring-ldap</artifactId>
|
<artifactId>spring-ldap-core</artifactId>
|
||||||
<optional>true</optional>
|
<optional>true</optional>
|
||||||
</dependency>
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
|
9
pom.xml
9
pom.xml
@ -91,6 +91,11 @@
|
|||||||
<name>SpringSource Enterprise Bundle Repository - SpringSource Snapshot Releases</name>
|
<name>SpringSource Enterprise Bundle Repository - SpringSource Snapshot Releases</name>
|
||||||
<url>http://repository.springsource.com/maven/bundles/snapshot</url>
|
<url>http://repository.springsource.com/maven/bundles/snapshot</url>
|
||||||
</repository>
|
</repository>
|
||||||
|
<repository>
|
||||||
|
<id>spring-milestone</id>
|
||||||
|
<name>Spring Portfolio Milestone Repository</name>
|
||||||
|
<url>http://s3.amazonaws.com/maven.springframework.org/milestone</url>
|
||||||
|
</repository>
|
||||||
</repositories>
|
</repositories>
|
||||||
|
|
||||||
<mailingLists>
|
<mailingLists>
|
||||||
@ -610,8 +615,8 @@
|
|||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.springframework.ldap</groupId>
|
<groupId>org.springframework.ldap</groupId>
|
||||||
<artifactId>spring-ldap</artifactId>
|
<artifactId>spring-ldap-core</artifactId>
|
||||||
<version>1.2.1</version>
|
<version>1.3.0.RC1</version>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.aspectj</groupId>
|
<groupId>org.aspectj</groupId>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user