[seam-commits] Seam SVN: r11636 - branches/enterprise/JBPAPP_4_3_FP01/build.

seam-commits at lists.jboss.org seam-commits at lists.jboss.org
Thu Nov 12 08:43:04 EST 2009


Author: manaRH
Date: 2009-11-12 08:43:04 -0500 (Thu, 12 Nov 2009)
New Revision: 11636

Modified:
   branches/enterprise/JBPAPP_4_3_FP01/build/root.pom.xml
Log:
removed transaction:jta exclusion from jbpm-jpdl

Modified: branches/enterprise/JBPAPP_4_3_FP01/build/root.pom.xml
===================================================================
--- branches/enterprise/JBPAPP_4_3_FP01/build/root.pom.xml	2009-11-12 13:11:25 UTC (rev 11635)
+++ branches/enterprise/JBPAPP_4_3_FP01/build/root.pom.xml	2009-11-12 13:43:04 UTC (rev 11636)
@@ -260,10 +260,6 @@
 						<groupId>org.hibernate</groupId>
 						<artifactId>hibernate</artifactId>
 					</exclusion>
-					<exclusion>
-						<groupId>javax.transaction</groupId>
-						<artifactId>jta</artifactId>
-					</exclusion>
 				</exclusions>
 			</dependency>
 



More information about the seam-commits mailing list