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>
|
||||
</properties>
|
||||
</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>
|
||||
<groupId>commons-codec</groupId>
|
||||
<artifactId>commons-codec</artifactId>
|
||||
|
@ -390,13 +400,6 @@
|
|||
<version>1.0-rc5</version>
|
||||
<type>jar</type>
|
||||
</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 -->
|
||||
|
||||
<!-- Keep log4j after the apacheds stuff to avoid nasty classpath errors -->
|
||||
|
|
Loading…
Reference in New Issue