You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@struts.apache.org by ws...@apache.org on 2006/05/08 06:34:03 UTC

svn commit: r404925 - /struts/action/trunk/core/pom.xml

Author: wsmoak
Date: Sun May  7 21:34:01 2006
New Revision: 404925

URL: http://svn.apache.org/viewcvs?rev=404925&view=rev
Log:
Commons Collections is not used in Struts Action Core.
Removed the commons-collections dependency.

Modified:
    struts/action/trunk/core/pom.xml

Modified: struts/action/trunk/core/pom.xml
URL: http://svn.apache.org/viewcvs/struts/action/trunk/core/pom.xml?rev=404925&r1=404924&r2=404925&view=diff
==============================================================================
--- struts/action/trunk/core/pom.xml (original)
+++ struts/action/trunk/core/pom.xml Sun May  7 21:34:01 2006
@@ -125,11 +125,6 @@
             <version>1.0</version>
         </dependency>
         <dependency>
-            <groupId>commons-collections</groupId>
-            <artifactId>commons-collections</artifactId>
-            <version>3.0</version>
-        </dependency>
-        <dependency>
             <groupId>commons-digester</groupId>
             <artifactId>commons-digester</artifactId>
             <version>1.6</version>