dev@glassfish.java.net

Re: pom.xml review embedded-shell

From: Jane Young <Jane.Young_at_Sun.COM>
Date: Wed, 15 Jul 2009 03:06:18 -0700

Looks fine. Thanks.

Amy Roh wrote:
> I'd like to add embedded web api related tests to tests/embedded and
> need to add web-embed jar until we reduce the number of web bundles.
>
> Index: extras/embedded-shell/pom.xml
> ===================================================================
> --- extras/embedded-shell/pom.xml (revision 29145)
> +++ extras/embedded-shell/pom.xml (working copy)
> @@ -97,6 +97,11 @@
> <groupId>org.glassfish.core</groupId>
> <artifactId>glassfish</artifactId>
> <version>${project.version}</version>
> - </dependency>
> + </dependency>
> + <dependency>
> + <groupId>org.glassfish.web</groupId>
> + <artifactId>web-embed-impl</artifactId>
> + <version>${project.version}</version>
> + </dependency>
> </dependencies>
> </project>
>
> Thanks,
> Amy
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe_at_glassfish.dev.java.net
> For additional commands, e-mail: dev-help_at_glassfish.dev.java.net
>