1
0
mirror of synced 2026-08-06 02:08:01 +00:00

Remove extra dependency on Commons Lang. This dependency is only required by the domain subproject, not the core security project.

This commit is contained in:
Ben Alex
2006-01-27 03:18:34 +00:00
parent 13a0784736
commit 49a917b08d
3 changed files with 17 additions and 21 deletions
-10
View File
@@ -211,16 +211,6 @@
<war.bundle>true</war.bundle>
</properties>
</dependency>
<dependency>
<groupId>commons-lang</groupId>
<artifactId>commons-lang</artifactId>
<version>2.1</version>
<type>jar</type>
<url>http://jakarta.apache.org/commons</url>
<properties>
<war.bundle>true</war.bundle>
</properties>
</dependency>
<dependency>
<groupId>commons-logging</groupId>
<artifactId>commons-logging</artifactId>