[hibernate-commits] Hibernate SVN: r19990 - search/branches/v3_1_1_GA_CP.

hibernate-commits at lists.jboss.org hibernate-commits at lists.jboss.org
Wed Jul 21 01:45:11 EDT 2010


Author: stliu
Date: 2010-07-21 01:45:11 -0400 (Wed, 21 Jul 2010)
New Revision: 19990

Modified:
   search/branches/v3_1_1_GA_CP/pom.xml
Log:
JBPAPP-4693 use jboss-transaction-api to replace jta api in hibernate components

Modified: search/branches/v3_1_1_GA_CP/pom.xml
===================================================================
--- search/branches/v3_1_1_GA_CP/pom.xml	2010-07-21 05:44:34 UTC (rev 19989)
+++ search/branches/v3_1_1_GA_CP/pom.xml	2010-07-21 05:45:11 UTC (rev 19990)
@@ -75,9 +75,9 @@
             <version>${luceneVersion}</version>
         </dependency>
         <dependency>
-            <groupId>javax.transaction</groupId>
-            <artifactId>jta</artifactId>
-            <version>1.1</version>
+            <groupId>org.jboss.javaee</groupId>
+            <artifactId>jboss-transaction-api</artifactId>
+            <version>1.0.1.GA</version>
         </dependency>
 
         <!-- =============================== -->



More information about the hibernate-commits mailing list