Author: lukaszlenart
Date: Wed Dec  1 20:41:02 2010
New Revision: 1041158

URL: http://svn.apache.org/viewvc?rev=1041158&view=rev
Log:
Cleaning up JUnit dependency

Modified:
    struts/struts2/branches/STRUTS_2_2_1_1/plugins/junit/pom.xml
    struts/struts2/branches/STRUTS_2_2_1_1/pom.xml

Modified: struts/struts2/branches/STRUTS_2_2_1_1/plugins/junit/pom.xml
URL: 
http://svn.apache.org/viewvc/struts/struts2/branches/STRUTS_2_2_1_1/plugins/junit/pom.xml?rev=1041158&r1=1041157&r2=1041158&view=diff
==============================================================================
--- struts/struts2/branches/STRUTS_2_2_1_1/plugins/junit/pom.xml (original)
+++ struts/struts2/branches/STRUTS_2_2_1_1/plugins/junit/pom.xml Wed Dec  1 
20:41:02 2010
@@ -43,7 +43,6 @@
         <dependency>
             <groupId>junit</groupId>
             <artifactId>junit</artifactId>
-            <version>3.8.2</version>
         </dependency>
         <dependency>
             <groupId>org.springframework</groupId>

Modified: struts/struts2/branches/STRUTS_2_2_1_1/pom.xml
URL: 
http://svn.apache.org/viewvc/struts/struts2/branches/STRUTS_2_2_1_1/pom.xml?rev=1041158&r1=1041157&r2=1041158&view=diff
==============================================================================
--- struts/struts2/branches/STRUTS_2_2_1_1/pom.xml (original)
+++ struts/struts2/branches/STRUTS_2_2_1_1/pom.xml Wed Dec  1 20:41:02 2010
@@ -362,7 +362,6 @@
                 <groupId>junit</groupId>
                 <artifactId>junit</artifactId>
                 <version>4.8.2</version>
-                <scope>test</scope>
             </dependency>
 
             <dependency>


Reply via email to