Author: tmjee
Date: Sun Sep 17 09:10:03 2006
New Revision: 447084

URL: http://svn.apache.org/viewvc?view=rev&rev=447084
Log:
WW-1349
  - fix compilation problem due to missing junit dependency


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?view=diff&rev=447084&r1=447083&r2=447084
==============================================================================
--- struts/struts2/trunk/extras/pom.xml (original)
+++ struts/struts2/trunk/extras/pom.xml Sun Sep 17 09:10:03 2006
@@ -20,6 +20,12 @@
     </distributionManagement>
     
     <dependencies>
+               <dependency>
+                       <groupId>junit</groupId>
+                       <artifactId>junit</artifactId>
+                       <version>3.8.1</version>
+                       <scope>test</scope>
+               </dependency>
     
         <dependency>
            <groupId>javax.servlet</groupId>


Reply via email to