dev@glassfish.java.net

[ACTION - second request] Re: [action] pom.xml change review request

From: Tim Quinn <Timothy.Quinn_at_Sun.COM>
Date: Fri, 01 May 2009 09:42:28 -0500

Can someone please review this and reply? Originally sent Tuesday
morning 4/28.

- Tim

Tim Quinn wrote:
> Hi.
>
> This change adds a dependency on the transaction modules to the main
> ACC OSGi module.
>
> Thanks.
>
> - Tim
>
> Index: pom.xml
> ===================================================================
> --- pom.xml (revision 26656)
> +++ pom.xml (working copy)
> @@ -219,7 +219,6 @@
> <artifactId>ejb-container</artifactId>
> <version>${project.version}</version>
> </dependency>
> -
> <!--
> We depend on the deployment/dtds module which contains the
> sun-application-client-container_1_2.dtd. We use that for
> @@ -365,5 +364,11 @@
> <version>${project.version}</version>
> </dependency>
> -->
> + <dependency>
> + <groupId>org.glassfish.transaction</groupId>
> + <artifactId>jts</artifactId>
> + <version>${project.version}</version>
> + </dependency>
> +
> </dependencies>
> </project>
>