FELIX-141 Replaced Javassist with CGLIB (ASL'd)

git-svn-id: https://svn.apache.org/repos/asf/incubator/felix/trunk@442626 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/jmxintrospector/pom.xml b/jmxintrospector/pom.xml
index 4da175a..e638d57 100644
--- a/jmxintrospector/pom.xml
+++ b/jmxintrospector/pom.xml
@@ -16,11 +16,11 @@
       <version>3.8.1</version>

       <scope>test</scope>

     </dependency>

-     <dependency>

-       <groupId>javassist</groupId>

-       <artifactId>javassist</artifactId>

-       <version>3.3</version>

-     </dependency> 

+    <dependency>

+      <groupId>cglib</groupId>

+      <artifactId>cglib</artifactId>

+      <version>2.1_3</version>

+    </dependency>

   </dependencies>

   <build>

     <plugins>

@@ -31,7 +31,7 @@
         <extensions>true</extensions>

         <configuration>

             <inlinedArtifacts>

-        	    <inlinedArtifact>javassist</inlinedArtifact>

+        	    <inlinedArtifact>cglib</inlinedArtifact>

           	</inlinedArtifacts>

           <osgiManifest>

             <bundleName>${name}</bundleName>