You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by ja...@apache.org on 2007/06/20 11:58:15 UTC

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

Author: janne
Date: Wed Jun 20 02:58:14 2007
New Revision: 549039

URL: http://svn.apache.org/viewvc?view=rev&rev=549039
Log:
fixed the dependencies

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=549039&r1=549038&r2=549039
==============================================================================
--- incubator/wicket/trunk/jdk-1.4/wicket-ioc/pom.xml (original)
+++ incubator/wicket/trunk/jdk-1.4/wicket-ioc/pom.xml Wed Jun 20 02:58:14 2007
@@ -39,6 +39,10 @@
 			<artifactId>wicket</artifactId>
 		</dependency>
 		<dependency>
+			<groupId>easymock</groupId>
+			<artifactId>easymock</artifactId>
+		</dependency>
+		<dependency>
 			<groupId>cglib</groupId>
 			<artifactId>cglib-nodep</artifactId>
 		</dependency>