dev@glassfish.java.net

Re: Please review POM changes

From: Jennifer Chou <Jennifer.Chou_at_Sun.COM>
Date: Tue, 16 Jun 2009 00:12:16 +0100

Also adding the gmbal dependency to web/admin and admin/monitor pom.xml
and updated the dependencyManagement.
Jane - can you review also these changes? thanks, Jennifer

*v3 pom.xml:*
Index: pom.xml
===================================================================
--- pom.xml (revision 27881)
+++ pom.xml (working copy)
@@ -157,7 +157,8 @@
     <jersey.version>1.1.0-ea</jersey.version>
     <jbi.version>1.0</jbi.version>
     <wsdl4j.version>1.6.2</wsdl4j.version>
-
<gfprobe-provider-client.version>3.0.0-b001</gfprobe-provider-client.version>
+
<gfprobe-provider-client.version>3.0.0-b004</gfprobe-provider-client.version>
+ <gmbal.version>3.0.0-b004</gmbal.version>
     </properties>
 
 
@@ -843,6 +844,11 @@
                 <version>${wsdl4j.version}</version>
           </dependency>
           <dependency>
+ <groupId>org.glassfish.gmbal</groupId>
+ <artifactId>gmbal</artifactId>
+ <version>${gmbal.version}</version>
+ </dependency>
+ <dependency>
             <groupId>org.glassfish.provider</groupId>
                 <artifactId>gfprobe-provider-client</artifactId>
                 <version>${gfprobe-provider-client.version}</version>

*admin/monitor pom.xml:*
Index: pom.xml
===================================================================
--- pom.xml (revision 27881)
+++ pom.xml (working copy)
@@ -113,6 +113,14 @@
             <artifactId>flashlight-framework</artifactId>
             <version>${project.version}</version>
         </dependency>
+ <dependency>
+ <groupId>org.glassfish.provider</groupId>
+ <artifactId>gfprobe-provider-client</artifactId>
+ </dependency>
+ <dependency>
+ <groupId>org.glassfish.gmbal</groupId>
+ <artifactId>gmbal</artifactId>
+ </dependency>
     </dependencies>
     <reporting>
         <plugins>

*web/admin pom.xml:*
Index: pom.xml
===================================================================
--- pom.xml (revision 27882)
+++ pom.xml (working copy)
@@ -88,7 +88,7 @@
             <artifactId>monitoring-core</artifactId>
             <version>${project.version}</version>
     </dependency>
- <dependency>
+ <dependency>
             <groupId>com.sun.enterprise</groupId>
             <artifactId>hk2</artifactId>
         </dependency>
@@ -133,8 +133,11 @@
         <dependency>
             <groupId>org.glassfish.provider</groupId>
             <artifactId>gfprobe-provider-client</artifactId>
- <version>${gfprobe-provider-client.version}</version>
         </dependency>
+ <dependency>
+ <groupId>org.glassfish.gmbal</groupId>
+ <artifactId>gmbal</artifactId>
+ </dependency>
     </dependencies>
 </project>
 



Jane Young wrote:
> Please add the dependencies of gfprobe-provider-client and gmbal
> artifacts to dependencyManagement in v3/pom.xml.
>
>
> Jennifer Chou wrote:
>> Hi pom reviewers,
>>
>> Can you please review the following changes to v3/pom.xml and
>> admin/monitoring/pom.xml for monitoring?
>>
>> Thanks,
>> Jennifer
>>
>> ------------------------------------------------------------------------
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscribe_at_glassfish.dev.java.net
>> For additional commands, e-mail: dev-help_at_glassfish.dev.java.net
>