Author: lukaszlenart Date: Mon Sep 19 09:15:15 2011 New Revision: 1172531 URL: http://svn.apache.org/viewvc?rev=1172531&view=rev Log: WW-3617 - Adds missing dependency for commons-logging
Modified: struts/struts2/trunk/plugins/cdi/pom.xml Modified: struts/struts2/trunk/plugins/cdi/pom.xml URL: http://svn.apache.org/viewvc/struts/struts2/trunk/plugins/cdi/pom.xml?rev=1172531&r1=1172530&r2=1172531&view=diff ============================================================================== --- struts/struts2/trunk/plugins/cdi/pom.xml (original) +++ struts/struts2/trunk/plugins/cdi/pom.xml Mon Sep 19 09:15:15 2011 @@ -72,6 +72,12 @@ <scope>test</scope> </dependency> + <dependency> + <groupId>commons-logging</groupId> + <artifactId>commons-logging</artifactId> + <scope>test</scope> + </dependency> + </dependencies> </project> \ No newline at end of file