Commit f21354dd authored by Andy Wilkinson's avatar Andy Wilkinson

Update Data JPA starter to depend on single JTA API artifact

Closes gh-6157
parent f4d197c2
...@@ -35,8 +35,8 @@ ...@@ -35,8 +35,8 @@
<artifactId>hibernate-entitymanager</artifactId> <artifactId>hibernate-entitymanager</artifactId>
<exclusions> <exclusions>
<exclusion> <exclusion>
<groupId>org.jboss.spec.javax.transaction</groupId> <groupId>org.apache.geronimo.specs</groupId>
<artifactId>jboss-transaction-api_1.2_spec</artifactId> <artifactId>geronimo-jta_1.1_spec</artifactId>
</exclusion> </exclusion>
</exclusions> </exclusions>
</dependency> </dependency>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment