[teiid-commits] teiid SVN: r1455 - trunk/test-integration.

teiid-commits at lists.jboss.org teiid-commits at lists.jboss.org
Tue Sep 22 15:09:08 EDT 2009


Author: vhalbert at redhat.com
Date: 2009-09-22 15:09:08 -0400 (Tue, 22 Sep 2009)
New Revision: 1455

Modified:
   trunk/test-integration/pom.xml
Log:
Teiid 773 - setting up the xa transaction tests

Modified: trunk/test-integration/pom.xml
===================================================================
--- trunk/test-integration/pom.xml	2009-09-22 19:08:41 UTC (rev 1454)
+++ trunk/test-integration/pom.xml	2009-09-22 19:09:08 UTC (rev 1455)
@@ -79,6 +79,10 @@
 			<artifactId>teiid-engine</artifactId>
 			<type>test-jar</type>
 		</dependency>
+	    <dependency>
+	      <groupId>org.jboss.teiid</groupId>
+	      <artifactId>teiid-txn-jbossts</artifactId>
+	    </dependency>
 
 		<!-- internal dependencies that are only used by integration testing -->
 		<dependency>



More information about the teiid-commits mailing list