You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by se...@apache.org on 2013/08/19 19:51:01 UTC

svn commit: r1515531 - /commons/proper/jci/trunk/pom.xml

Author: sebb
Date: Mon Aug 19 17:51:01 2013
New Revision: 1515531

URL: http://svn.apache.org/r1515531
Log:
vafer 0.4 dropped a required class

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

Modified: commons/proper/jci/trunk/pom.xml
URL: http://svn.apache.org/viewvc/commons/proper/jci/trunk/pom.xml?rev=1515531&r1=1515530&r2=1515531&view=diff
==============================================================================
--- commons/proper/jci/trunk/pom.xml (original)
+++ commons/proper/jci/trunk/pom.xml Mon Aug 19 17:51:01 2013
@@ -258,7 +258,8 @@
             <dependency>
                 <groupId>org.vafer</groupId>
                 <artifactId>dependency</artifactId>
-                <version>0.4</version>
+                <!-- 0.4 is latest, but does not contain org.vafer.dependency.utils.ResourceRenamer -->
+                <version>0.2</version>
             </dependency>
             <!-- compiler-rhino -->
             <dependency>
@@ -291,7 +292,7 @@
                 <!-- core -->
                 <groupId>asm</groupId>
                 <artifactId>asm</artifactId>
-                <version>3.3.1</version>
+                <version>3.3</version>
             </dependency>
             <dependency>
                  <!-- core -->