dev@glassfish.java.net

pom.xml review request - deployment/admin

From: Tim Quinn <tim.quinn_at_oracle.com>
Date: Mon, 12 Jul 2010 11:28:08 -0500

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>