You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by cl...@apache.org on 2011/10/05 16:56:59 UTC

svn commit: r1179251 - /felix/trunk/ipojo/api/pom.xml

Author: clement
Date: Wed Oct  5 14:56:59 2011
New Revision: 1179251

URL: http://svn.apache.org/viewvc?rev=1179251&view=rev
Log:
Fixed FELIX-3145
Fixed the JDK 7 issue by updating ASM library to 3.3.1

Modified:
    felix/trunk/ipojo/api/pom.xml

Modified: felix/trunk/ipojo/api/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/ipojo/api/pom.xml?rev=1179251&r1=1179250&r2=1179251&view=diff
==============================================================================
--- felix/trunk/ipojo/api/pom.xml (original)
+++ felix/trunk/ipojo/api/pom.xml Wed Oct  5 14:56:59 2011
@@ -119,7 +119,7 @@
     <dependency>
       <groupId>asm</groupId>
       <artifactId>asm-all</artifactId>
-      <version>3.0</version>
+      <version>3.3.1</version>
       <exclusions>
         <exclusion>
           <groupId>asm</groupId>