dev@glassfish.java.net

Re: svn commit: r21133 - trunk/v3/core/kernel/pom.xml

From: Jerome Dochez <Jerome.Dochez_at_Sun.COM>
Date: Wed, 25 Jun 2008 23:13:22 -0700

this is incorrect.

kernel must not depend on realms which depends on DOL which depends on
many things including the Java EE Apis.

1. the classes you just checked in already existed in the realm module
where they got moved some time back.
2. never modify the import list of kernel and nucleus related modules
without talking to myself or sahoo first.

Please revert this change and fix anything that needs to be fixed in
the Realm module directly.

thanks, jerome

On Jun 25, 2008, at 6:22 PM, ne110415_at_dev.java.net wrote:

> Author: ne110415
> Date: 2008-06-26 01:22:06+0000
> New Revision: 21133
>
> Modified:
> trunk/v3/core/kernel/pom.xml
>
> Log:
> Missing commands from TP2. Issue 5112 gets addressed.
>
> Modified: trunk/v3/core/kernel/pom.xml
> Url: https://glassfish-svn.dev.java.net/source/browse/glassfish-svn/trunk/v3/core/kernel/pom.xml?view=diff&rev=21133&p1=trunk/v3/core/kernel/pom.xml&p2=trunk/v3/core/kernel/pom.xml&r1=21132&r2=21133
> =
> =
> =
> =
> =
> =
> =
> =
> ======================================================================
> --- trunk/v3/core/kernel/pom.xml (original)
> +++ trunk/v3/core/kernel/pom.xml 2008-06-26 01:22:06+0000
> @@ -102,6 +102,11 @@
> <version>${hk2.version}</version>
> </dependency>
> <dependency>
> + <groupId>org.glassfish.security</groupId>
> + <artifactId>realms</artifactId>
> + <version>${project.version}</version>
> + </dependency>
> + <dependency>
> <groupId>org.glassfish.external</groupId>
> <artifactId>grizzly-module</artifactId>
> <version>${grizzly.version}</version>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: commits-unsubscribe_at_glassfish-svn.dev.java.net
> For additional commands, e-mail: commits-help_at_glassfish-svn.dev.java.net
>