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>


Reply via email to