You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@struts.apache.org by pl...@apache.org on 2006/07/05 17:32:16 UTC

svn commit: r419254 - /struts/struts2/trunk/core/pom.xml

Author: plightbo
Date: Wed Jul  5 08:32:15 2006
New Revision: 419254

URL: http://svn.apache.org/viewvc?rev=419254&view=rev
Log:
needs to be in the compile scope now that StrutsTestCase depends on spring mock

Modified:
    struts/struts2/trunk/core/pom.xml

Modified: struts/struts2/trunk/core/pom.xml
URL: http://svn.apache.org/viewvc/struts/struts2/trunk/core/pom.xml?rev=419254&r1=419253&r2=419254&view=diff
==============================================================================
--- struts/struts2/trunk/core/pom.xml (original)
+++ struts/struts2/trunk/core/pom.xml Wed Jul  5 08:32:15 2006
@@ -250,7 +250,7 @@
             <groupId>org.springframework</groupId>
             <artifactId>spring-mock</artifactId>
             <version>1.2.6</version>
-            <scope>test</scope>
+            <optional>true</optional>
         </dependency>
         
         <dependency>