You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by jb...@apache.org on 2007/06/21 10:26:19 UTC

svn commit: r549426 - /incubator/wicket/trunk/jdk-1.4/wicket-ioc/pom.xml

Author: jbq
Date: Thu Jun 21 01:26:18 2007
New Revision: 549426

URL: http://svn.apache.org/viewvc?view=rev&rev=549426
Log:
Remove duplicate dependency on easymock (janne and almaw added it at the same time)

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=549426&r1=549425&r2=549426
==============================================================================
--- incubator/wicket/trunk/jdk-1.4/wicket-ioc/pom.xml (original)
+++ incubator/wicket/trunk/jdk-1.4/wicket-ioc/pom.xml Thu Jun 21 01:26:18 2007
@@ -39,10 +39,6 @@
 			<artifactId>wicket</artifactId>
 		</dependency>
 		<dependency>
-			<groupId>easymock</groupId>
-			<artifactId>easymock</artifactId>
-		</dependency>
-		<dependency>
 			<groupId>cglib</groupId>
 			<artifactId>cglib-nodep</artifactId>
 		</dependency>