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:32:58 UTC

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

Author: ivaynberg
Date: Mon Feb 25 23:32:55 2008
New Revision: 631114

URL: http://svn.apache.org/viewvc?rev=631114&view=rev
Log:
dont need direct ref on asm since cglib-nodep embeds it

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=631114&r1=631113&r2=631114&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:32:55 2008
@@ -58,9 +58,5 @@
 			<groupId>cglib</groupId>
 			<artifactId>cglib-nodep</artifactId>
 		</dependency>
-		<dependency>
-			<groupId>asm</groupId>
-			<artifactId>asm</artifactId>
-		</dependency>
 	</dependencies>
 </project>