Update exclusions to reflect change in Hibernate's JPA API dependency
See gh-8379
This commit is contained in:
@@ -35,8 +35,10 @@
|
||||
<artifactId>hibernate-core</artifactId>
|
||||
<exclusions>
|
||||
<exclusion>
|
||||
<groupId>org.apache.geronimo.specs</groupId>
|
||||
<artifactId>geronimo-jta_1.1_spec</artifactId>
|
||||
<artifactId>
|
||||
jboss-transaction-api_1.2_spec
|
||||
</artifactId>
|
||||
<groupId>org.jboss.spec.javax.transaction</groupId>
|
||||
</exclusion>
|
||||
</exclusions>
|
||||
</dependency>
|
||||
@@ -45,8 +47,10 @@
|
||||
<artifactId>hibernate-entitymanager</artifactId>
|
||||
<exclusions>
|
||||
<exclusion>
|
||||
<groupId>org.apache.geronimo.specs</groupId>
|
||||
<artifactId>geronimo-jta_1.1_spec</artifactId>
|
||||
<artifactId>
|
||||
jboss-transaction-api_1.2_spec
|
||||
</artifactId>
|
||||
<groupId>org.jboss.spec.javax.transaction</groupId>
|
||||
</exclusion>
|
||||
</exclusions>
|
||||
</dependency>
|
||||
|
||||
Reference in New Issue
Block a user