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/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>