You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@gump.apache.org by bo...@apache.org on 2011/11/24 09:55:01 UTC

svn commit: r1205758 - /gump/metadata/project/mockito.xml

Author: bodewig
Date: Thu Nov 24 08:55:01 2011
New Revision: 1205758

URL: http://svn.apache.org/viewvc?rev=1205758&view=rev
Log:
Mockito uses its own repackaged version of asm and cglib

Modified:
    gump/metadata/project/mockito.xml

Modified: gump/metadata/project/mockito.xml
URL: http://svn.apache.org/viewvc/gump/metadata/project/mockito.xml?rev=1205758&r1=1205757&r2=1205758&view=diff
==============================================================================
--- gump/metadata/project/mockito.xml (original)
+++ gump/metadata/project/mockito.xml Thu Nov 24 08:55:01 2011
@@ -17,7 +17,7 @@
 -->
 <module name="mockito" groupId="org.mockito">
 
-  <url href="http://dom4j.sourceforge.net/"/>
+  <url href="http://code.google.com/p/mockito/"/>
   <description>
     Mockito is a mocking framework
   </description>
@@ -35,6 +35,7 @@
     <depend project="jarjar"/>
     <depend project="junit"/>
     <depend project="xml-xerces"/>
+    <work nested="lib/repackaged/cglib-and-asm-1.0.jar"/>
     <jar name="target/mockito-all-@@DATE@@.jar"/>
     <license name="license"/>
   </project>