dev@glassfish.java.net

Re: pom review request

From: Jane Young <Jane.Young_at_Sun.COM>
Date: Fri, 26 Feb 2010 18:25:28 -0800

Looks fine. Thanks!

Marina Vatkina wrote:
> I need to add a jts unit test that uses connectors-runtime classes:
>
> Index: pom.xml
> ===================================================================
> --- pom.xml (revision 35778)
> +++ pom.xml (working copy)
> @@ -166,5 +166,11 @@
> <version>${project.parent.version}</version>
> <optional>true</optional>
> </dependency>
> + <dependency>
> + <groupId>org.glassfish.connectors</groupId>
> + <artifactId>connectors-runtime</artifactId>
> + <version>${project.version}</version>
> + <scope>test</scope>
> + </dependency>
> </dependencies>
> </project>
>
> thanks,
> -marina
>