Author: jeff.yuchang
Date: 2012-01-24 06:46:43 -0500 (Tue, 24 Jan 2012)
New Revision: 1484
Modified:
branches/RiftSaw-2.3.x/console/bpaf/pom.xml
Log:
* Excluded the javax.transaction:jta:1.0.1B
Modified: branches/RiftSaw-2.3.x/console/bpaf/pom.xml
===================================================================
--- branches/RiftSaw-2.3.x/console/bpaf/pom.xml 2012-01-24 05:35:27 UTC (rev 1483)
+++ branches/RiftSaw-2.3.x/console/bpaf/pom.xml 2012-01-24 11:46:43 UTC (rev 1484)
@@ -47,6 +47,12 @@
<groupId>org.hibernate</groupId>
<artifactId>hibernate-annotations</artifactId>
<version>3.3.1.GA</version>
+ <exclusions>
+ <exclusion>
+ <groupId>javax.transaction</groupId>
+ <artifactId>jta</artifactId>
+ </exclusion>
+ </exclusions>
<scope>provided</scope>
</dependency>
Show replies by date