Author: mrdon
Date: Thu Apr 17 01:28:52 2008
New Revision: 648999

URL: http://svn.apache.org/viewvc?rev=648999&view=rev
Log:
Fixing spring test artifact id
WW-2421

Modified:
    struts/struts2/trunk/plugins/spring/pom.xml

Modified: struts/struts2/trunk/plugins/spring/pom.xml
URL: 
http://svn.apache.org/viewvc/struts/struts2/trunk/plugins/spring/pom.xml?rev=648999&r1=648998&r2=648999&view=diff
==============================================================================
--- struts/struts2/trunk/plugins/spring/pom.xml (original)
+++ struts/struts2/trunk/plugins/spring/pom.xml Thu Apr 17 01:28:52 2008
@@ -71,7 +71,7 @@
 
         <dependency>
             <groupId>org.springframework</groupId>
-            <artifactId>spring-mock</artifactId>
+            <artifactId>spring-test</artifactId>
             <version>${spring.version}</version>
             <scope>test</scope>
         </dependency>


Reply via email to