dev@glassfish.java.net

pom.xml review request

From: Bill Shannon <bill.shannon_at_sun.com>
Date: Tue, 25 Aug 2009 11:34:57 -0700

I need to add a dependency in the common/container-common module
to the admin/util module in order to use the AdminConstants class.
Kedar says it's ok. Here's your chance to complain... :-)

Index: pom.xml
===================================================================
--- pom.xml (revision 30737)
+++ pom.xml (working copy)
@@ -129,6 +129,11 @@
             <version>${project.version}</version>
         </dependency>
         <dependency>
+ <groupId>org.glassfish.admin</groupId>
+ <artifactId>admin-util</artifactId>
+ <version>${project.version}</version>
+ </dependency>
+ <dependency>
             <groupId>org.glassfish</groupId>
             <artifactId>javax.mail</artifactId>
             <version>${project.version}</version>