Author: almaw Date: Wed Jun 20 03:13:06 2007 New Revision: 549042 URL: http://svn.apache.org/viewvc?view=rev&rev=549042 Log: Add easymock for testing
Modified: incubator/wicket/trunk/jdk-1.4/wicket-ioc/pom.xml Modified: incubator/wicket/trunk/jdk-1.4/wicket-ioc/pom.xml URL: http://svn.apache.org/viewvc/incubator/wicket/trunk/jdk-1.4/wicket-ioc/pom.xml?view=diff&rev=549042&r1=549041&r2=549042 ============================================================================== --- incubator/wicket/trunk/jdk-1.4/wicket-ioc/pom.xml (original) +++ incubator/wicket/trunk/jdk-1.4/wicket-ioc/pom.xml Wed Jun 20 03:13:06 2007 @@ -50,5 +50,9 @@ <groupId>asm</groupId> <artifactId>asm</artifactId> </dependency> + <dependency> + <groupId>easymock</groupId> + <artifactId>easymock</artifactId> + </dependency> </dependencies> </project>