FELIX-4582 Add additional tests to BundleWiringImpl.  Cover weaving cases.  Added asm to pom in test scope only.

git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@1641015 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/framework/pom.xml b/framework/pom.xml
index a6d10e1..766218f 100644
--- a/framework/pom.xml
+++ b/framework/pom.xml
@@ -130,5 +130,12 @@
        <version>6.0.0</version>
        <scope>provided</scope>
     </dependency>
+	<dependency>
+	    <groupId>org.ow2.asm</groupId>
+	    <artifactId>asm-all</artifactId>
+	    <version>4.2</version>
+	    <scope>test</scope>
+	</dependency>
+    
   </dependencies>
 </project>