dev@glassfish.java.net

Re: [action] REVISED pom change approval request - include transaction AND CONNECTOR modules in ACC

From: Tim Quinn <Timothy.Quinn_at_Sun.COM>
Date: Fri, 17 Apr 2009 16:23:29 -0500

I apologize for the earlier noise.

The pom needs to add the transaction and the connector modules to the
ACC's dependency list.

Thanks.

- Tim

Index: pom.xml
===================================================================
--- pom.xml (revision 26330)
+++ pom.xml (working copy)
@@ -347,7 +347,16 @@
             <artifactId>ejb-container</artifactId>
             <version>${project.version}</version>
         </dependency>
-
+ <dependency>
+ <groupId>org.glassfish.connectors</groupId>
+ <artifactId>connectors-internal-api</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>