You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@aries.apache.org by ti...@apache.org on 2011/10/26 12:26:05 UTC

svn commit: r1189114 - /aries/trunk/proxy/proxy-bundle/pom.xml

Author: timothyjward
Date: Wed Oct 26 10:26:04 2011
New Revision: 1189114

URL: http://svn.apache.org/viewvc?rev=1189114&view=rev
Log:
ARIES-754: Fix Proxy uber bundle dependency version for ASM

Modified:
    aries/trunk/proxy/proxy-bundle/pom.xml

Modified: aries/trunk/proxy/proxy-bundle/pom.xml
URL: http://svn.apache.org/viewvc/aries/trunk/proxy/proxy-bundle/pom.xml?rev=1189114&r1=1189113&r2=1189114&view=diff
==============================================================================
--- aries/trunk/proxy/proxy-bundle/pom.xml (original)
+++ aries/trunk/proxy/proxy-bundle/pom.xml Wed Oct 26 10:26:04 2011
@@ -83,6 +83,12 @@
             <version>4.3.0</version>
             <scope>provided</scope>
         </dependency>
+        <dependency>
+            <groupId>asm</groupId>
+            <artifactId>asm-all</artifactId>
+            <optional>true</optional>
+            <version>3.2</version>
+        </dependency>
     </dependencies>
 
 </project>