[seam-commits] Seam SVN: r14544 - branches/enterprise/WFK_2_0_PRE/jboss-seam-parent.
seam-commits at lists.jboss.org
seam-commits at lists.jboss.org
Tue Apr 10 10:00:46 EDT 2012
Author: manaRH
Date: 2012-04-10 10:00:45 -0400 (Tue, 10 Apr 2012)
New Revision: 14544
Modified:
branches/enterprise/WFK_2_0_PRE/jboss-seam-parent/pom.xml
Log:
excluded jbpm3 dependencies
Modified: branches/enterprise/WFK_2_0_PRE/jboss-seam-parent/pom.xml
===================================================================
--- branches/enterprise/WFK_2_0_PRE/jboss-seam-parent/pom.xml 2012-04-10 12:55:37 UTC (rev 14543)
+++ branches/enterprise/WFK_2_0_PRE/jboss-seam-parent/pom.xml 2012-04-10 14:00:45 UTC (rev 14544)
@@ -219,6 +219,14 @@
<groupId>org.hibernate</groupId>
<artifactId>hibernate-core</artifactId>
</exclusion>
+ <exclusion>
+ <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