mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-03-09 06:50:05 +00:00
Updated apache DS dependencies to fix unit tests
This commit is contained in:
parent
0f7e19dc77
commit
a6079cd3d6
@ -363,7 +363,7 @@
|
||||
<dependency>
|
||||
<groupId>org.apache.directory.server</groupId>
|
||||
<artifactId>apacheds-core</artifactId>
|
||||
<version>1.0-RC1</version>
|
||||
<version>1.0.0</version>
|
||||
<properties>
|
||||
<scope>test</scope>
|
||||
</properties>
|
||||
@ -371,7 +371,7 @@
|
||||
<dependency>
|
||||
<groupId>org.apache.directory.server</groupId>
|
||||
<artifactId>apacheds-core-shared</artifactId>
|
||||
<version>1.0-RC1</version>
|
||||
<version>1.0.0</version>
|
||||
<properties>
|
||||
<scope>test</scope>
|
||||
</properties>
|
||||
@ -379,12 +379,12 @@
|
||||
<dependency>
|
||||
<groupId>org.apache.directory.shared</groupId>
|
||||
<artifactId>shared-asn1</artifactId>
|
||||
<version>0.9.5</version>
|
||||
<version>0.9.5.3</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.apache.directory.shared</groupId>
|
||||
<artifactId>shared-ldap</artifactId>
|
||||
<version>0.9.5</version>
|
||||
<version>0.9.5.3</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>antlr</groupId>
|
||||
|
Loading…
x
Reference in New Issue
Block a user