Author: jmitchell
Date: Tue Oct 26 08:15:10 2004
New Revision: 55613
Modified:
struts/trunk/project.xml
Log:
we no longer depend on commons-lang for testing (this actually only impacted the ant
build since Maven _still_ does not do what ant does)
Modified: struts/trunk/project.xml
==============================================================================
--- struts/trunk/project.xml (original)
+++ struts/trunk/project.xml Tue Oct 26 08:15:10 2004
@@ -283,12 +283,6 @@
<url>http://www.junit.org</url>
</dependency>
<dependency>
- <groupId>commons-lang</groupId>
- <artifactId>commons-lang</artifactId>
- <version>2.0</version>
- <url>http://jakarta.apache.org/commons/lang.html</url>
- </dependency>
- <dependency>
<groupId>cactus</groupId>
<artifactId>cactus</artifactId>
<version>12-1.4.1</version>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]