dev@glassfish.java.net

please approve pom.xml change to glassfish-api

From: Lloyd Chambers <Lloyd.Chambers_at_Sun.COM>
Date: Mon, 03 Aug 2009 11:57:20 -0700

This change is needed because the AMX core constructs have been
factored into gmbal~gf_common so that gmbal and other clients can use
them.

Index: glassfish-api/pom.xml
===================================================================
--- glassfish-api/pom.xml (revision 30046)
+++ glassfish-api/pom.xml (working copy)
@@ -69,7 +69,14 @@
              <groupId>com.sun.grizzly</groupId>
              <artifactId>grizzly-utils</artifactId>
          </dependency>
+
          <dependency>
+ <groupId>org.glassfish.external</groupId>
+ <artifactId>management-api</artifactId>
+ <version>${glassfish-management-api.version}</version>
+ </dependency>
+
+ <dependency>
              <groupId>junit</groupId>
              <artifactId>junit</artifactId>
              <version>4.3.1</version>



Lloyd Chambers
lloyd.chambers_at_sun.com
GlassFish Team