dev@glassfish.java.net

Re: please approve pom.xml changes to amx-core, amx-core-impl

From: Jane Young <Jane.Young_at_Sun.COM>
Date: Thu, 14 May 2009 18:08:11 -0700

Looks fine.

Lloyd Chambers wrote:
> This change removes a dependency on the common/mbeanserver module (was
> for a single interface, being moved to glassfish-api).
>
> Index: amx-core-impl/pom.xml
> ===================================================================
> --- amx-core-impl/pom.xml (revision 27346)
> +++ amx-core-impl/pom.xml (working copy)
> @@ -84,5 +84,12 @@
> <version>${project.version}</version>
> </dependency>
>
> +
> + <dependency>
> + <groupId>org.glassfish.common</groupId>
> + <artifactId>glassfish-mbeanserver</artifactId>
> + <version>${project.version}</version>
> + </dependency>
> +
> </dependencies>
> </project>
> Index: amx-core/pom.xml
> ===================================================================
> --- amx-core/pom.xml (revision 27346)
> +++ amx-core/pom.xml (working copy)
> @@ -68,12 +68,6 @@
> <artifactId>glassfish-api</artifactId>
> <version>${project.version}</version>
> </dependency>
> -
> - <dependency>
> - <groupId>org.glassfish.common</groupId>
> - <artifactId>glassfish-mbeanserver</artifactId>
> - <version>${project.version}</version>
> - </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
>