dev@glassfish.java.net

Re: appclient/client/acc pom.xml review request - adjust to changed dependency on cmp module

From: Jane Young <Jane.Young_at_Sun.COM>
Date: Wed, 16 Sep 2009 15:06:04 -0700

Changes look fine but Mitesh needs to first fix the build before you can
commit.

Thanks,
Jane


Tim Quinn wrote:
> Hi.
>
> This change accounts for the new cmp module Mitesh has created and the
> dependency on it (runtime only) from the ACC.
>
> Thanks.
>
> (full source attached)
>
> - Tim
>
> Index: appclient/client/acc/pom.xml
> ===================================================================
> --- appclient/client/acc/pom.xml (revision 31412)
> +++ appclient/client/acc/pom.xml (working copy)
> @@ -455,5 +455,12 @@
> <version>${project.version}</version>
> </dependency>
>
> + <dependency>
> + <scope>runtime</scope>
> + <groupId>org.glassfish.persistence.cmp</groupId>
> + <artifactId>cmp-internal-api</artifactId>
> + <version>${project.version}</version>
> +</dependency>
> +
> </dependencies>
> </project>
>
>
> ------------------------------------------------------------------------
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe_at_glassfish.dev.java.net
> For additional commands, e-mail: dev-help_at_glassfish.dev.java.net