Author: tmjee
Date: Wed Aug 16 09:01:48 2006
New Revision: 431932
URL: http://svn.apache.org/viewvc?rev=431932&view=rev
Log:
WW-1340
- added commons-logging dependency which is needed by this module
Modified:
struts/struts2/trunk/extras/pom.xml
Modified: struts/struts2/trunk/extras/pom.xml
URL:
http://svn.apache.org/viewvc/struts/struts2/trunk/extras/pom.xml?rev=431932&r1=431931&r2=431932&view=diff
==============================================================================
--- struts/struts2/trunk/extras/pom.xml (original)
+++ struts/struts2/trunk/extras/pom.xml Wed Aug 16 09:01:48 2006
@@ -56,5 +56,12 @@
<optional>true</optional>
</dependency>
+ <dependency>
+ <groupId>commons-logging</groupId>
+ <artifactId>commons-logging</artifactId>
+ <version>1.0.4</version>
+ <scope>provided</scope>
+ </dependency>
+
</dependencies>
</project>