dev@glassfish.java.net

Re: [v3 action] pom.xml review - after-the-fact review for pom.xml change

From: Jane Young <Jane.Young_at_Sun.COM>
Date: Tue, 23 Jun 2009 13:05:40 -0700

The changes look fine.

Thanks!


Tim Quinn wrote:
> I omitted the pom.xml change below from a recent check-in, breaking
> the build.
>
> I've checked in the pom change (it's pretty minor - adding a
> dependency from the ACC to the JPA connector for persistence support)
> and am submitting the change now for review so I can correct it if
> anyone sees any problem with it.
>
> Apologies for the out-of-order steps. I wanted the fix the build as
> quickly as possible.
>
> Thanks.
>
> - Tim
>
> Index: appclient/client/acc/pom.xml
> ===================================================================
> --- pom.xml (revision 27914)
> +++ pom.xml (working copy)
> @@ -406,5 +406,11 @@
> <version>${project.version}</version>
> </dependency>
>
> + <dependency>
> + <groupId>org.glassfish.persistence</groupId>
> + <artifactId>jpa-connector</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
>