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/06 16:20:43 UTC

svn commit: r1179643 - in /felix/trunk/ipojo: api/pom.xml tests/api/pom.xml

Author: clement
Date: Thu Oct  6 14:20:43 2011
New Revision: 1179643

URL: http://svn.apache.org/viewvc?rev=1179643&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
    felix/trunk/ipojo/tests/api/pom.xml

Modified: felix/trunk/ipojo/api/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/ipojo/api/pom.xml?rev=1179643&r1=1179642&r2=1179643&view=diff
==============================================================================
--- felix/trunk/ipojo/api/pom.xml (original)
+++ felix/trunk/ipojo/api/pom.xml Thu Oct  6 14:20:43 2011
@@ -58,8 +58,9 @@
               org.apache.felix.ipojo.api.composite,
               org.apache.felix.ipojo.manipulation,
               org.apache.felix.ipojo.manipulation.annotations,
-              org.objectweb.asm.commons;version=3.0,
-              org.objectweb.asm;version=3.0
+              org.objectweb.asm.commons;version=3.3.1,
+              org.objectweb.asm;version=3.3.1,
+              org.objectweb.asm.signature;version=3.3.1
             </Export-Package>
             <Include-Resource>
               META-INF/LICENSE=LICENSE,

Modified: felix/trunk/ipojo/tests/api/pom.xml
URL: http://svn.apache.org/viewvc/felix/trunk/ipojo/tests/api/pom.xml?rev=1179643&r1=1179642&r2=1179643&view=diff
==============================================================================
--- felix/trunk/ipojo/tests/api/pom.xml (original)
+++ felix/trunk/ipojo/tests/api/pom.xml Thu Oct  6 14:20:43 2011
@@ -49,6 +49,7 @@
     <dependency>
       <groupId>org.apache.felix</groupId>
       <artifactId>org.apache.felix.ipojo</artifactId>
+      <version>${ipojo.core.snapshot}</version>
     </dependency>
     <dependency>
       <groupId>org.apache.felix</groupId>