dev@glassfish.java.net

Re: pom.xml review request - deployment/admin

From: Jane Young <jane.young_at_oracle.com>
Date: Mon, 12 Jul 2010 09:35:44 -0700

Looks fine. Thanks.

Tim Quinn wrote:
> Hi.
>
> This pom change allows the deployment commands to see the new
> ClusterOperationUtil class Vijay has added to the admin/util module.
> Previously deployment/admin did not depend on this module.
>
> Thanks.
>
> - Tim
>
> Index: pom.xml
> ===================================================================
> --- pom.xml (revision 38547)
> +++ pom.xml (working copy)
> @@ -160,5 +160,10 @@
> <artifactId>deployment-versioning</artifactId>
> <version>${project.version}</version>
> </dependency>
> + <dependency>
> + <groupId>org.glassfish.admin</groupId>
> + <artifactId>admin-util</artifactId>
> + <version>${project.version}</version>
> + </dependency>
> </dependencies>
> </project>