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@1179249 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/ipojo/core/pom.xml b/ipojo/core/pom.xml
index 4bd0792..c9b7537 100644
--- a/ipojo/core/pom.xml
+++ b/ipojo/core/pom.xml
@@ -62,7 +62,7 @@
<dependency>
<groupId>asm</groupId>
<artifactId>asm-all</artifactId>
- <version>3.0</version>
+ <version>3.3.1</version>
<exclusions>
<exclusion>
<groupId>asm</groupId>
@@ -116,7 +116,7 @@
org.apache.felix.ipojo.context; version="${ipojo.package.version}",
org.osgi.service.cm,
org.osgi.service.log,
- org.objectweb.asm; version=3.0
+ org.objectweb.asm; version=3.3.1
</Export-Package>
<Include-Resource>
META-INF/LICENSE=LICENSE,
diff --git a/ipojo/manipulator/pom.xml b/ipojo/manipulator/pom.xml
index 9e97f83..b459613 100644
--- a/ipojo/manipulator/pom.xml
+++ b/ipojo/manipulator/pom.xml
@@ -37,7 +37,7 @@
<dependency>
<groupId>asm</groupId>
<artifactId>asm-all</artifactId>
- <version>3.0</version>
+ <version>3.3.1</version>
<exclusions>
<exclusion>
<groupId>asm</groupId>
diff --git a/ipojo/online-manipulator/pom.xml b/ipojo/online-manipulator/pom.xml
index 049a952..1237b82 100644
--- a/ipojo/online-manipulator/pom.xml
+++ b/ipojo/online-manipulator/pom.xml
@@ -52,7 +52,8 @@
org.apache.felix.ipojo.xml.parser,
org.apache.felix.ipojo.manipulation,
org.apache.felix.ipojo.manipulation.annotations,
- org.objectweb.asm.commons, org.objectweb.asm </Export-Package>
+ org.objectweb.asm.commons;version=3.3.1, org.objectweb.asm.signature;version=3.3.1, org.objectweb.asm;version=3.3.1
+ </Export-Package>
<Import-Package> !org.objectweb.asm.tree, !sun.io, org.osgi.framework;version=1.3, *
</Import-Package>
<Include-Resource>
@@ -114,7 +115,7 @@
<dependency>
<groupId>asm</groupId>
<artifactId>asm-all</artifactId>
- <version>3.0</version>
+ <version>3.3.1</version>
<exclusions>
<exclusion>
<groupId>asm</groupId>
diff --git a/ipojo/tests/online-manipulator/pom.xml b/ipojo/tests/online-manipulator/pom.xml
index 1fb17e8..aa7b3ea 100644
--- a/ipojo/tests/online-manipulator/pom.xml
+++ b/ipojo/tests/online-manipulator/pom.xml
@@ -100,6 +100,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>