You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by iv...@apache.org on 2008/02/26 08:35:05 UTC

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

Author: ivaynberg
Date: Mon Feb 25 23:35:00 2008
New Revision: 631115

URL: http://svn.apache.org/viewvc?rev=631115&view=rev
Log:
pom cleanup

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

Modified: wicket/trunk/jdk-1.4/wicket-spring/pom.xml
URL: http://svn.apache.org/viewvc/wicket/trunk/jdk-1.4/wicket-spring/pom.xml?rev=631115&r1=631114&r2=631115&view=diff
==============================================================================
--- wicket/trunk/jdk-1.4/wicket-spring/pom.xml (original)
+++ wicket/trunk/jdk-1.4/wicket-spring/pom.xml Mon Feb 25 23:35:00 2008
@@ -54,9 +54,5 @@
 			<groupId>junit</groupId>
 			<artifactId>junit</artifactId>
 		</dependency>
-		<dependency>
-			<groupId>cglib</groupId>
-			<artifactId>cglib-nodep</artifactId>
-		</dependency>
 	</dependencies>
 </project>