dev@glassfish.java.net

[action] pom change approval request - include transaction modules in ACC

From: Tim Quinn <Timothy.Quinn_at_Sun.COM>
Date: Fri, 17 Apr 2009 15:33:11 -0500

This change to appclient/client/acc/pom.xml is to include the
transaction module(s) in the ACC.

Index: pom.xml
===================================================================
--- pom.xml (revision 26330)
+++ pom.xml (working copy)
@@ -347,7 +347,11 @@
             <artifactId>ejb-container</artifactId>
             <version>${project.version}</version>
         </dependency>
-
+ <dependency>
+ <groupId>org.glassfish.transaction</groupId>
+ <artifactId>jts</artifactId>
+ <version>${project.version}</version>
+ </dependency>
 <!--
 <dependency>
             <groupId>org.glassfish.deployment</groupId>