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

svn commit: r592870 - /wicket/trunk/jdk-1.4/wicket-datetime/pom.xml

Author: gseitz
Date: Wed Nov  7 11:58:26 2007
New Revision: 592870

URL: http://svn.apache.org/viewvc?rev=592870&view=rev
Log:
removed unnecessary dependency on wicket-extensions

Modified:
    wicket/trunk/jdk-1.4/wicket-datetime/pom.xml

Modified: wicket/trunk/jdk-1.4/wicket-datetime/pom.xml
URL: http://svn.apache.org/viewvc/wicket/trunk/jdk-1.4/wicket-datetime/pom.xml?rev=592870&r1=592869&r2=592870&view=diff
==============================================================================
--- wicket/trunk/jdk-1.4/wicket-datetime/pom.xml (original)
+++ wicket/trunk/jdk-1.4/wicket-datetime/pom.xml Wed Nov  7 11:58:26 2007
@@ -39,10 +39,6 @@
 			<artifactId>wicket</artifactId>
 		</dependency>
 		<dependency>
-			<groupId>org.apache.wicket</groupId>
-			<artifactId>wicket-extensions</artifactId>
-		</dependency>
-		<dependency>
 			<groupId>joda-time</groupId>
 			<artifactId>joda-time</artifactId>
 		</dependency>