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@1179251 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/ipojo/api/pom.xml b/ipojo/api/pom.xml
index 277fd9a..160c7b2 100644
--- a/ipojo/api/pom.xml
+++ b/ipojo/api/pom.xml
@@ -119,7 +119,7 @@
     <dependency>
       <groupId>asm</groupId>
       <artifactId>asm-all</artifactId>
-      <version>3.0</version>
+      <version>3.3.1</version>
       <exclusions>
         <exclusion>
           <groupId>asm</groupId>