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/01/19 00:26:52 UTC

svn commit: r497636 - /struts/struts2/trunk/apps/portlet/pom.xml

Author: mrdon
Date: Thu Jan 18 15:26:50 2007
New Revision: 497636

URL: http://svn.apache.org/viewvc?view=rev&rev=497636
Log:
No need to exclude commons-logging
WW-1650

Modified:
    struts/struts2/trunk/apps/portlet/pom.xml

Modified: struts/struts2/trunk/apps/portlet/pom.xml
URL: http://svn.apache.org/viewvc/struts/struts2/trunk/apps/portlet/pom.xml?view=diff&rev=497636&r1=497635&r2=497636
==============================================================================
--- struts/struts2/trunk/apps/portlet/pom.xml (original)
+++ struts/struts2/trunk/apps/portlet/pom.xml Thu Jan 18 15:26:50 2007
@@ -34,12 +34,6 @@
             <groupId>org.apache.struts</groupId>
             <artifactId>struts2-core</artifactId>
             <version>${pom.version}</version>
-            <exclusions>
-                <exclusion>
-                    <groupId>commons-logging</groupId>
-                    <artifactId>commons-logging</artifactId>
-                </exclusion>
-            </exclusions>
         </dependency>
         <dependency>
             <groupId>velocity</groupId>