This commit is contained in:
jbertram 2014-12-10 10:10:08 -06:00
commit 0eb6ebda22
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>