dev@glassfish.java.net

Re: please approve pom.xml change to glassfish-api

From: Lloyd Chambers <Lloyd.Chambers_at_Sun.COM>
Date: Mon, 03 Aug 2009 12:39:56 -0700

I want to commit my changes today for the milestone.

Please approve...


On Aug 3, 2009, at 11:57 AM, Lloyd Chambers wrote:

> 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
>
>
>

Lloyd Chambers
lloyd.chambers_at_sun.com
GlassFish Team