Author: crazybob
Date: Thu Jun 15 17:16:34 2006
New Revision: 414710
URL: http://svn.apache.org/viewvc?rev=414710&view=rev
Log:
Added junit version to action-api pom. Included action-api pom in action2 pom.
Modified:
struts/action2/trunk/action-api/pom.xml
struts/action2/trunk/pom.xml
Modified: struts/action2/trunk/action-api/pom.xml
URL:
http://svn.apache.org/viewvc/struts/action2/trunk/action-api/pom.xml?rev=414710&r1=414709&r2=414710&view=diff
==============================================================================
--- struts/action2/trunk/action-api/pom.xml (original)
+++ struts/action2/trunk/action-api/pom.xml Thu Jun 15 17:16:34 2006
@@ -20,6 +20,7 @@
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
+ <version>3.8.1</version>
<scope>test</scope>
<!-- has to be compile for WebWorkTestCase, which is part of the
base package so others can write unit tests -->
<optional>true</optional>
Modified: struts/action2/trunk/pom.xml
URL:
http://svn.apache.org/viewvc/struts/action2/trunk/pom.xml?rev=414710&r1=414709&r2=414710&view=diff
==============================================================================
--- struts/action2/trunk/pom.xml (original)
+++ struts/action2/trunk/pom.xml Thu Jun 15 17:16:34 2006
@@ -79,6 +79,7 @@
<module>core</module>
<!--<module>assembly</module>-->
<module>apps</module>
+ <module>action-api</module>
</modules>
<licenses>