You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by eb...@apache.org on 2014/05/12 17:32:29 UTC

svn commit: r1593999 - in /commons/proper/jci/trunk: core/pom.xml pom.xml

Author: ebourg
Date: Mon May 12 15:32:28 2014
New Revision: 1593999

URL: http://svn.apache.org/r1593999
Log:
Updated the dependency on ASM (5.0.2)

Modified:
    commons/proper/jci/trunk/core/pom.xml
    commons/proper/jci/trunk/pom.xml

Modified: commons/proper/jci/trunk/core/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/jci/trunk/core/pom.xml?rev=1593999&r1=1593998&r2=1593999&view=diff
==============================================================================
--- commons/proper/jci/trunk/core/pom.xml (original)
+++ commons/proper/jci/trunk/core/pom.xml Mon May 12 15:32:28 2014
@@ -45,7 +45,7 @@
         </dependency>
         <!-- test dependencies -->
         <dependency>
-            <groupId>asm</groupId>
+            <groupId>org.ow2.asm</groupId>
             <artifactId>asm</artifactId>
             <scope>test</scope>
         </dependency>

Modified: commons/proper/jci/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/jci/trunk/pom.xml?rev=1593999&r1=1593998&r2=1593999&view=diff
==============================================================================
--- commons/proper/jci/trunk/pom.xml (original)
+++ commons/proper/jci/trunk/pom.xml Mon May 12 15:32:28 2014
@@ -296,9 +296,9 @@
             </dependency>
             <dependency>
                 <!-- core(test) -->
-                <groupId>asm</groupId>
+                <groupId>org.ow2.asm</groupId>
                 <artifactId>asm</artifactId>
-                <version>3.3.1</version>
+                <version>5.0.2</version>
             </dependency>
 
             <!-- test dependencies -->