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/05/04 04:52:23 UTC

svn commit: r399520 - /incubator/webwork2/action-api/pom.xml

Author: plightbo
Date: Wed May  3 19:52:21 2006
New Revision: 399520

URL: http://svn.apache.org/viewcvs?rev=399520&view=rev
Log:
the entire project now uses easy mock 2.0, so no point in specifying it here

Modified:
    incubator/webwork2/action-api/pom.xml

Modified: incubator/webwork2/action-api/pom.xml
URL: http://svn.apache.org/viewcvs/incubator/webwork2/action-api/pom.xml?rev=399520&r1=399519&r2=399520&view=diff
==============================================================================
--- incubator/webwork2/action-api/pom.xml (original)
+++ incubator/webwork2/action-api/pom.xml Wed May  3 19:52:21 2006
@@ -28,7 +28,6 @@
             <groupId>easymock</groupId>
             <artifactId>easymock</artifactId>
             <scope>test</scope>
-            <version>2.0</version>
         </dependency>
     </dependencies>
     <build>