dev@glassfish.java.net

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

From: Sanjeeb Sahoo <Sahoo_at_Sun.COM>
Date: Thu, 12 Aug 2010 10:47:14 +0530

Yes, they look fine to me.

Thanks,
Sahoo

On Thursday 12 August 2010 09:49 AM, Bill Shannon wrote:
> 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>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe_at_glassfish.dev.java.net
> For additional commands, e-mail: dev-help_at_glassfish.dev.java.net
>
>