dev@glassfish.java.net

Re: JDBC RA pom.xml review request

From: Jane Young <jane.young_at_oracle.com>
Date: Tue, 13 Jul 2010 15:04:29 -0700

Looks fine.

Shalini Muthukrishnan wrote:
> Hi Sahoo, Jane,
>
> Please review the following changes to jdbc-ra/jdbc-core/pom.xml. This
> is to introduce monitoring in jdbc ra and register the stats providers.
>
> Thanks,
> Shalini.
>
> Index: jdbc/jdbc-ra/jdbc-core/pom.xml
> ===================================================================
> --- jdbc/jdbc-ra/jdbc-core/pom.xml (revision 38573)
> +++ jdbc/jdbc-ra/jdbc-core/pom.xml (working copy)
> @@ -45,5 +45,14 @@
> <version>${project.version}</version>
> </dependency>
>
> + <dependency>
> + <groupId>org.glassfish.external</groupId>
> + <artifactId>management-api</artifactId>
> + </dependency>
> +
> + <dependency>
> + <groupId>org.glassfish.gmbal</groupId>
> + <artifactId>gmbal</artifactId>
> + </dependency>
> </dependencies>
> </project>
>
> ------------------------------------------------------------------------
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe_at_glassfish.dev.java.net
> For additional commands, e-mail: dev-help_at_glassfish.dev.java.net