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:11 UTC

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

Author: ivaynberg
Date: Mon Feb 25 23:32:11 2008
New Revision: 631113

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

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

Modified: wicket/trunk/jdk-1.4/wicket-ioc/pom.xml
URL: http://svn.apache.org/viewvc/wicket/trunk/jdk-1.4/wicket-ioc/pom.xml?rev=631113&r1=631112&r2=631113&view=diff
==============================================================================
--- wicket/trunk/jdk-1.4/wicket-ioc/pom.xml (original)
+++ wicket/trunk/jdk-1.4/wicket-ioc/pom.xml Mon Feb 25 23:32:11 2008
@@ -42,10 +42,12 @@
 			<groupId>cglib</groupId>
 			<artifactId>cglib-nodep</artifactId>
 		</dependency>
+    <!--
 		<dependency>
 			<groupId>asm</groupId>
 			<artifactId>asm</artifactId>
 		</dependency>
+		-->
 		<dependency>
 			<groupId>easymock</groupId>
 			<artifactId>easymock</artifactId>