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>