dev@glassfish.java.net

Re: pom.xml review - tests/embedded

From: Jerome Dochez <Jerome.Dochez_at_Sun.COM>
Date: Mon, 20 Jul 2009 10:45:58 -0700

that's fine.

On Jul 20, 2009, at 10:25 AM, Amy Roh wrote:

> I'd like to add embedded web api test in tests/embedded module.
>
> Index: tests/embedded/inplanted/pom.xml
> ===================================================================
> --- tests/embedded/inplanted/pom.xml (revision 29376)
> +++ tests/embedded/inplanted/pom.xml (working copy)
> @@ -103,5 +103,11 @@
> <version>4.3.1</version>
> <scope>test</scope>
> </dependency>
> + <dependency>
> + <groupId>org.glassfish.web</groupId>
> + <artifactId>web-embed-impl</artifactId>
> + <version>${project.version}</version>
> + <scope>test</scope>
> + </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
>