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:
parent
60576a7c51
commit
fecd376448
|
@ -87,6 +87,19 @@
|
||||||
<artifactId>geronimo-ejb_3.0_spec</artifactId>
|
<artifactId>geronimo-ejb_3.0_spec</artifactId>
|
||||||
</dependency>
|
</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>
|
<dependency>
|
||||||
<groupId>org.apache.geronimo.components</groupId>
|
<groupId>org.apache.geronimo.components</groupId>
|
||||||
<artifactId>geronimo-jaspi</artifactId>
|
<artifactId>geronimo-jaspi</artifactId>
|
||||||
|
|
Loading…
Reference in New Issue