Browse Source

Exclude cdi-api from hibernate-core

Update the `hibernate-core` managed dependency to exclude `cdi-api`.

Fixes gh-7879
pull/7881/merge
Phillip Webb 9 years ago
parent
commit
d80f22c227
  1. 4
      spring-boot-dependencies/pom.xml

4
spring-boot-dependencies/pom.xml

@ -1734,6 +1734,10 @@ @@ -1734,6 +1734,10 @@
<groupId>xml-apis</groupId>
<artifactId>xml-apis</artifactId>
</exclusion>
<exclusion>
<groupId>javax.enterprise</groupId>
<artifactId>cdi-api</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>

Loading…
Cancel
Save