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 12:13:19 UTC

svn commit: r549043 - /incubator/wicket/trunk/jdk-1.4/wicket-spring/pom.xml

Author: janne
Date: Wed Jun 20 03:13:17 2007
New Revision: 549043

URL: http://svn.apache.org/viewvc?view=rev&rev=549043
Log:
wicket-spring depends on wicket-ioc

Modified:
    incubator/wicket/trunk/jdk-1.4/wicket-spring/pom.xml

Modified: incubator/wicket/trunk/jdk-1.4/wicket-spring/pom.xml
URL: http://svn.apache.org/viewvc/incubator/wicket/trunk/jdk-1.4/wicket-spring/pom.xml?view=diff&rev=549043&r1=549042&r2=549043
==============================================================================
--- incubator/wicket/trunk/jdk-1.4/wicket-spring/pom.xml (original)
+++ incubator/wicket/trunk/jdk-1.4/wicket-spring/pom.xml Wed Jun 20 03:13:17 2007
@@ -39,6 +39,10 @@
 			<artifactId>wicket</artifactId>
 		</dependency>
 		<dependency>
+			<groupId>org.apache.wicket</groupId>
+			<artifactId>wicket-ioc</artifactId>
+		</dependency>
+		<dependency>
 			<groupId>org.springframework</groupId>
 			<artifactId>spring</artifactId>
 		</dependency>