From d80f22c227ee93d510a2b7c4b1e99634aaa03250 Mon Sep 17 00:00:00 2001 From: Phillip Webb Date: Wed, 4 Jan 2017 18:27:08 -0800 Subject: [PATCH] Exclude cdi-api from hibernate-core Update the `hibernate-core` managed dependency to exclude `cdi-api`. Fixes gh-7879 --- spring-boot-dependencies/pom.xml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/spring-boot-dependencies/pom.xml b/spring-boot-dependencies/pom.xml index a1854f4eb4c..926eac6a86f 100644 --- a/spring-boot-dependencies/pom.xml +++ b/spring-boot-dependencies/pom.xml @@ -1734,6 +1734,10 @@ xml-apis xml-apis + + javax.enterprise + cdi-api +