Repository: activemq-6
Updated Branches:
  refs/heads/master 60576a7c5 -> 0eb6ebda2


Fixing build after XA Test

The JMS Testsuite still need the TM for some tests, not having a TM would break 
compilation on the JMS Test


Project: http://git-wip-us.apache.org/repos/asf/activemq-6/repo
Commit: http://git-wip-us.apache.org/repos/asf/activemq-6/commit/fecd3764
Tree: http://git-wip-us.apache.org/repos/asf/activemq-6/tree/fecd3764
Diff: http://git-wip-us.apache.org/repos/asf/activemq-6/diff/fecd3764

Branch: refs/heads/master
Commit: fecd376448eaae02419ba7f811f545d813c1cf7c
Parents: 60576a7
Author: Clebert Suconic <clebertsuco...@apache.org>
Authored: Wed Dec 10 10:32:37 2014 -0500
Committer: Clebert Suconic <clebertsuco...@apache.org>
Committed: Wed Dec 10 10:39:08 2014 -0500

----------------------------------------------------------------------
 tests/jms-tests/pom.xml | 13 +++++++++++++
 1 file changed, 13 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/activemq-6/blob/fecd3764/tests/jms-tests/pom.xml
----------------------------------------------------------------------
diff --git a/tests/jms-tests/pom.xml b/tests/jms-tests/pom.xml
index 5146df1..03662a6 100644
--- a/tests/jms-tests/pom.xml
+++ b/tests/jms-tests/pom.xml
@@ -87,6 +87,19 @@
          <artifactId>geronimo-ejb_3.0_spec</artifactId>
       </dependency>
 
+      <!--this specifically for the XA Tests -->
+      <dependency>
+         <groupId>org.jboss</groupId>
+         <artifactId>jboss-transaction-spi</artifactId>
+         <version>7.0.0.Final</version>
+         <exclusions>
+            <exclusion>
+               <groupId>org.jboss.logging</groupId>
+               <artifactId>jboss-logging-spi</artifactId>
+            </exclusion>
+         </exclusions>
+      </dependency>
+
       <dependency>
          <groupId>org.apache.geronimo.components</groupId>
          <artifactId>geronimo-jaspi</artifactId>

Reply via email to