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
This commit is contained in:
Clebert Suconic 2014-12-10 10:32:37 -05:00
parent 60576a7c51
commit fecd376448
1 changed files with 13 additions and 0 deletions

View File

@ -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>