dev@glassfish.java.net

POM Review: secure/core pom.xml - removing gmbal-api dependancy

From: Jennifer Chou <Jennifer.Chou_at_Sun.COM>
Date: Tue, 14 Jul 2009 19:18:19 +0100

Removing dependency on gmbal-api. This an old API and should not be
used. We should use the exising gmbal. Otherwise, gmbal-api.jar will
conflict with the existing gmbal.jar, and will see a NoSuchMethodError.
This is breaking the monitoring mbeans.

Index: pom.xml
===================================================================
--- pom.xml (revision 29144)
+++ pom.xml (working copy)
@@ -211,15 +211,8 @@
         <dependency>
             <groupId>org.glassfish.provider</groupId>
             <artifactId>gfprobe-provider-client</artifactId>
- <!--version>${gfprobe-provider-client.version}</version-->
- <version>3.0.0-b008</version>
         </dependency>
          <dependency>
- <groupId>org.glassfish.gmbal</groupId>
- <artifactId>gmbal-api</artifactId>
- <version>2.0.0-b006</version>
- </dependency>
- <dependency>
             <groupId>org.glassfish.common</groupId>
             <artifactId>glassfish-api</artifactId>
             <version>${project.version}</version>


Jennifer