dev@glassfish.java.net

Please review pom.xml (common/glassfish-api)

From: Jennifer Chou <Jennifer.Chou_at_Sun.COM>
Date: Wed, 24 Jun 2009 19:01:06 +0100

Please review common/glassfish-api pom.xml. I added gmbal to dependency
in common/glassfish-api pom.xml so I can annotate the CountStatistic,
TimeStatistic, etc with @ManagedData and @ManagedAttribute. This will
allow the xxxStatistic attributes of a monitoring mbean to be displayed
properly.

Thanks,
Jennifer


Index: pom.xml
===================================================================
--- pom.xml (revision 28136)
+++ pom.xml (working copy)
@@ -71,6 +71,10 @@
             <scope>provided</scope>
         </dependency>
         <dependency>
+ <groupId>org.glassfish.gmbal</groupId>
+ <artifactId>gmbal</artifactId>
+ </dependency>
+ <dependency>
             <groupId>junit</groupId>
             <artifactId>junit</artifactId>
             <version>4.3.1</version>