dev@glassfish.java.net

pom.xml review - cluster/admin depends on security/core

From: Bill Shannon <bill.shannon_at_oracle.com>
Date: Wed, 11 Aug 2010 21:19:32 -0700

The cluster/admin module needs to depend on the security/core
module so it can use a new method that I added to the FileRealm
class. Please review this pom.xml change. Full build and quicklook
passes.

Index: cluster/admin/pom.xml
===================================================================
--- cluster/admin/pom.xml (revision 39612)
+++ cluster/admin/pom.xml (working copy)
@@ -137,6 +137,11 @@
             <version>${project.version}</version>
         </dependency>
         <dependency>
+ <groupId>org.glassfish.security</groupId>
+ <artifactId>security</artifactId>
+ <version>${project.version}</version>
+ </dependency>
+ <dependency>
             <groupId>org.glassfish.tests</groupId>
             <artifactId>utils</artifactId>
             <version>${project.version}</version>