dev@glassfish.java.net

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

From: Jane Young <Jane.Young_at_Sun.COM>
Date: Mon, 03 Aug 2009 12:49:50 -0700

No need to specify
"<version>${glassfish-management-api.version}</version>" since it's
already defined in dependencyManagemt in v3/pom.xml.
Other than that changes look fine.


Lloyd Chambers wrote:
> 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 <mailto:lloyd.chambers_at_sun.com>
>> GlassFish Team
>>
>>
>>
>
> Lloyd Chambers
> lloyd.chambers_at_sun.com <mailto:lloyd.chambers_at_sun.com>
> GlassFish Team
>
>
>