mirror of
https://github.com/spring-projects/spring-security.git
synced 2025-06-25 13:32:30 +00:00
SEC-219: Need commons-lang as a dependency due to FilterInvocationDefinitionSourceEditor.
This commit is contained in:
parent
8cc5dcde30
commit
9ec8a44c26
17
project.xml
17
project.xml
@ -191,6 +191,16 @@
|
|||||||
<war.bundle>true</war.bundle>
|
<war.bundle>true</war.bundle>
|
||||||
</properties>
|
</properties>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
<dependency>
|
||||||
|
<groupId>commons-lang</groupId>
|
||||||
|
<artifactId>commons-lang</artifactId>
|
||||||
|
<version>2.0</version>
|
||||||
|
<type>jar</type>
|
||||||
|
<url>http://jakarta.apache.org/commons</url>
|
||||||
|
<properties>
|
||||||
|
<war.bundle>true</war.bundle>
|
||||||
|
</properties>
|
||||||
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>commons-codec</groupId>
|
<groupId>commons-codec</groupId>
|
||||||
<artifactId>commons-codec</artifactId>
|
<artifactId>commons-codec</artifactId>
|
||||||
@ -390,13 +400,6 @@
|
|||||||
<version>1.0-rc5</version>
|
<version>1.0-rc5</version>
|
||||||
<type>jar</type>
|
<type>jar</type>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
|
||||||
<groupId>commons-lang</groupId>
|
|
||||||
<artifactId>commons-lang</artifactId>
|
|
||||||
<version>2.0</version>
|
|
||||||
<type>jar</type>
|
|
||||||
<url>http://jakarta.apache.org/commons</url>
|
|
||||||
</dependency>
|
|
||||||
<!-- End of ApacheDS dependencies -->
|
<!-- End of ApacheDS dependencies -->
|
||||||
|
|
||||||
<!-- Keep log4j after the apacheds stuff to avoid nasty classpath errors -->
|
<!-- Keep log4j after the apacheds stuff to avoid nasty classpath errors -->
|
||||||
|
Loading…
x
Reference in New Issue
Block a user