You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@struts.apache.org by mr...@apache.org on 2007/10/08 07:59:40 UTC

svn commit: r582713 - /struts/struts2/trunk/core/pom.xml

Author: mrdon
Date: Sun Oct  7 22:59:39 2007
New Revision: 582713

URL: http://svn.apache.org/viewvc?rev=582713&view=rev
Log:
Removing commons logging from pom
WW-1413

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

Modified: struts/struts2/trunk/core/pom.xml
URL: http://svn.apache.org/viewvc/struts/struts2/trunk/core/pom.xml?rev=582713&r1=582712&r2=582713&view=diff
==============================================================================
--- struts/struts2/trunk/core/pom.xml (original)
+++ struts/struts2/trunk/core/pom.xml Sun Oct  7 22:59:39 2007
@@ -326,12 +326,6 @@
             <version>2.6.11</version>
         </dependency>
 
-        <dependency>
-            <groupId>commons-logging</groupId>
-            <artifactId>commons-logging</artifactId>
-            <version>1.0.4</version>
-        </dependency>
-
         <!-- Ajax -->
         <dependency>
             <groupId>uk.ltd.getahead</groupId>