Now using the more license-friendly cglib instead of javassist

git-svn-id: https://svn.apache.org/repos/asf/incubator/felix/trunk@450625 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/jmxintrospector/pom.xml b/jmxintrospector/pom.xml
index e638d57..71f5358 100644
--- a/jmxintrospector/pom.xml
+++ b/jmxintrospector/pom.xml
@@ -46,8 +46,8 @@
                 <groupId>org.apache.maven.plugins</groupId>

                 <artifactId>maven-compiler-plugin</artifactId>

                 <configuration>

-                    <source>1.6</source><!--should fail if not java6-->

-                    <target>1.6</target>

+                    <source>5</source><!--should fail if not java6-->

+                    <target>5</target>

                 </configuration>

              </plugin>      

     <plugin>