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,