dev@glassfish.java.net

pom change review - hk2 uptake, addition of javassist

From: Mason Taube <mason.taube_at_oracle.com>
Date: Mon, 11 Nov 2013 10:18:40 -0500

Index: appserver/web/web-glue/osgi.bundle
===================================================================
--- appserver/web/web-glue/osgi.bundle (revision 62934)
+++ appserver/web/web-glue/osgi.bundle (working copy)
@@ -77,8 +77,6 @@
 
 Import-Package: \
                         com.sun.logging.enterprise.system.container.web, \
- net.sf.cglib.proxy, \
- net.sf.cglib.core, \
                         *
 
 # This is required because WebContainer requires JavaEEUtils service which is provided by ejb-container.
Index: nucleus/pom.xml
===================================================================
--- nucleus/pom.xml (revision 62934)
+++ nucleus/pom.xml (working copy)
@@ -147,8 +147,8 @@
         <servlet-api.version>3.1.0</servlet-api.version>
         <grizzly.version>2.3.7</grizzly.version>
         <saaj-api.version>1.3.4</saaj-api.version>
- <hk2.version>2.2.0-b23</hk2.version>
- <hk2.plugin.version>2.2.0-b23</hk2.plugin.version>
+ <hk2.version>2.2.0-b24</hk2.version>
+ <hk2.plugin.version>2.2.0-b24</hk2.plugin.version>
         <trilead-ssh2.version>build212-hudson-6</trilead-ssh2.version>
         <pfl.version>4.0.0-b003</pfl.version>
         <gmbal.version>4.0.0-b001</gmbal.version>
Index: nucleus/packager/nucleus-hk2/pom.xml
===================================================================
--- nucleus/packager/nucleus-hk2/pom.xml (revision 62934)
+++ nucleus/packager/nucleus-hk2/pom.xml (working copy)
@@ -96,16 +96,16 @@
         </dependency>
         <dependency>
             <groupId>org.glassfish.hk2.external</groupId>
- <artifactId>cglib</artifactId>
- </dependency>
- <dependency>
- <groupId>org.glassfish.hk2.external</groupId>
             <artifactId>bean-validator</artifactId>
         </dependency>
         <dependency>
             <groupId>org.glassfish.hk2.external</groupId>
             <artifactId>javax.inject</artifactId>
         </dependency>
+ <dependency>
+ <groupId>org.javassist</groupId>
+ <artifactId>javassist</artifactId>
+ </dependency>
    </dependencies>
 </project>