FELIX-1010: Use qdox to read annotations; get default values by using reflection.

git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@765177 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/scrplugin/pom.xml b/scrplugin/pom.xml
index 5810d8c..a4247c4 100644
--- a/scrplugin/pom.xml
+++ b/scrplugin/pom.xml
@@ -58,11 +58,11 @@
 		</dependency>
 		
 		<dependency>
-		   <groupId>asm</groupId>
-		   <artifactId>asm-all</artifactId>
-		   <version>3.0</version>
+		    <groupId>asm</groupId>
+		    <artifactId>asm-all</artifactId>
+		    <version>3.1</version>
 		</dependency>
-		
+
 		<dependency>
 		    <groupId>commons-io</groupId>
 		    <artifactId>commons-io</artifactId>