SEC-219: Need commons-lang as a dependency due to FilterInvocationDefinitionSourceEditor.

This commit is contained in:
Ben Alex 2006-04-26 23:39:29 +00:00
parent 8cc5dcde30
commit 9ec8a44c26
1 changed files with 10 additions and 7 deletions

View File

@ -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 -->