mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-06-25 13:32:30 +00:00
Upgrade apacheds to RC1
This commit is contained in:
parent
5ed6a4a971
commit
a50695a1a8
11
core/pom.xml
11
core/pom.xml
@ -44,6 +44,11 @@
|
||||
<version>2.0.11</version>
|
||||
<optional>true</optional>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>commons-lang</groupId>
|
||||
<artifactId>commons-lang</artifactId>
|
||||
<version>2.1</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>commons-logging</groupId>
|
||||
<artifactId>commons-logging</artifactId>
|
||||
@ -76,6 +81,12 @@
|
||||
<version>2.0</version>
|
||||
<optional>true</optional>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>taglibs</groupId>
|
||||
<artifactId>standard</artifactId>
|
||||
<version>1.0.6</version>
|
||||
<optional>true</optional>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>hsqldb</groupId>
|
||||
<artifactId>hsqldb</artifactId>
|
||||
|
36
project.xml
36
project.xml
@ -200,7 +200,7 @@
|
||||
<dependency>
|
||||
<groupId>commons-lang</groupId>
|
||||
<artifactId>commons-lang</artifactId>
|
||||
<version>2.0</version>
|
||||
<version>2.1</version>
|
||||
<type>jar</type>
|
||||
<url>http://jakarta.apache.org/commons</url>
|
||||
<properties>
|
||||
@ -220,7 +220,7 @@
|
||||
<dependency>
|
||||
<groupId>commons-collections</groupId>
|
||||
<artifactId>commons-collections</artifactId>
|
||||
<version>3.0</version>
|
||||
<version>3.1</version>
|
||||
<type>jar</type>
|
||||
<url>http://jakarta.apache.org/commons</url>
|
||||
<properties>
|
||||
@ -360,27 +360,31 @@
|
||||
</dependency>
|
||||
|
||||
<!-- Apache DS dependencies for embedded LDAP test server -->
|
||||
|
||||
<dependency>
|
||||
<groupId>org.apache.directory.server</groupId>
|
||||
<artifactId>org.apache.ldap.server.core</artifactId>
|
||||
<version>0.9.4-20060201.032106-7</version>
|
||||
<type>jar</type>
|
||||
<artifactId>apacheds-core</artifactId>
|
||||
<version>1.0-RC1</version>
|
||||
<properties>
|
||||
<scope>test</scope>
|
||||
</properties>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.apache.directory.server</groupId>
|
||||
<artifactId>org.apache.ldap.server.shared</artifactId>
|
||||
<version>0.9.4-20060201.032106-8</version>
|
||||
<artifactId>apacheds-core-shared</artifactId>
|
||||
<version>1.0-RC1</version>
|
||||
<properties>
|
||||
<scope>test</scope>
|
||||
</properties>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.apache.directory</groupId>
|
||||
<artifactId>directory-asn1</artifactId>
|
||||
<version>0.3.4-20060201.032106-8</version>
|
||||
<groupId>org.apache.directory.shared</groupId>
|
||||
<artifactId>shared-asn1</artifactId>
|
||||
<version>0.9.5</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.apache.directory</groupId>
|
||||
<artifactId>org.apache.ldap.common</artifactId>
|
||||
<version>0.9.4-20060201.032106-10</version>
|
||||
<groupId>org.apache.directory.shared</groupId>
|
||||
<artifactId>shared-ldap</artifactId>
|
||||
<version>0.9.5</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>antlr</groupId>
|
||||
@ -427,12 +431,12 @@
|
||||
</dependency>
|
||||
|
||||
<!-- plugins not bundled with maven 1.0.2 -->
|
||||
<dependency>
|
||||
<!--dependency>
|
||||
<groupId>statcvs</groupId>
|
||||
<artifactId>maven-statcvs-plugin</artifactId>
|
||||
<version>2.7</version>
|
||||
<type>plugin</type>
|
||||
</dependency>
|
||||
</dependency -->
|
||||
<dependency>
|
||||
<groupId>maven-plugins</groupId>
|
||||
<artifactId>maven-findbugs-plugin</artifactId>
|
||||
|
Loading…
x
Reference in New Issue
Block a user