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>
|
<artifactId>hibernate-core</artifactId>
|
||||||
<exclusions>
|
<exclusions>
|
||||||
<exclusion>
|
<exclusion>
|
||||||
<groupId>org.apache.geronimo.specs</groupId>
|
<artifactId>
|
||||||
<artifactId>geronimo-jta_1.1_spec</artifactId>
|
jboss-transaction-api_1.2_spec
|
||||||
|
</artifactId>
|
||||||
|
<groupId>org.jboss.spec.javax.transaction</groupId>
|
||||||
</exclusion>
|
</exclusion>
|
||||||
</exclusions>
|
</exclusions>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
@ -45,8 +47,10 @@
|
||||||
<artifactId>hibernate-entitymanager</artifactId>
|
<artifactId>hibernate-entitymanager</artifactId>
|
||||||
<exclusions>
|
<exclusions>
|
||||||
<exclusion>
|
<exclusion>
|
||||||
<groupId>org.apache.geronimo.specs</groupId>
|
<artifactId>
|
||||||
<artifactId>geronimo-jta_1.1_spec</artifactId>
|
jboss-transaction-api_1.2_spec
|
||||||
|
</artifactId>
|
||||||
|
<groupId>org.jboss.spec.javax.transaction</groupId>
|
||||||
</exclusion>
|
</exclusion>
|
||||||
</exclusions>
|
</exclusions>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue