Update exclusions to reflect change in Hibernate's JPA API dependency
See gh-8379
This commit is contained in:
parent
466f8926b5
commit
7e6ad316aa
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in New Issue