Fixed FELIX-3145
Fixed the JDK 7 issue by updating ASM library to 3.3.1
git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@1179643 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/ipojo/api/pom.xml b/ipojo/api/pom.xml
index 160c7b2..daca07e 100644
--- a/ipojo/api/pom.xml
+++ b/ipojo/api/pom.xml
@@ -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,
diff --git a/ipojo/tests/api/pom.xml b/ipojo/tests/api/pom.xml
index 8cd13d7..ba655c3 100644
--- a/ipojo/tests/api/pom.xml
+++ b/ipojo/tests/api/pom.xml
@@ -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>