diff --git a/spring-boot-autoconfigure/pom.xml b/spring-boot-autoconfigure/pom.xml index a3be4d7b90..54bcf3e5ab 100755 --- a/spring-boot-autoconfigure/pom.xml +++ b/spring-boot-autoconfigure/pom.xml @@ -281,7 +281,7 @@ org.hibernate - hibernate-entitymanager + hibernate-core true diff --git a/spring-boot-dependencies/pom.xml b/spring-boot-dependencies/pom.xml index 09a8ce05d3..4d167f5df4 100644 --- a/spring-boot-dependencies/pom.xml +++ b/spring-boot-dependencies/pom.xml @@ -1678,17 +1678,6 @@ hibernate-ehcache ${hibernate.version} - - org.hibernate - hibernate-entitymanager - ${hibernate.version} - - - xml-apis - xml-apis - - - org.hibernate hibernate-envers diff --git a/spring-boot-devtools/pom.xml b/spring-boot-devtools/pom.xml index 927b5323b9..b9bd533c2f 100644 --- a/spring-boot-devtools/pom.xml +++ b/spring-boot-devtools/pom.xml @@ -51,7 +51,7 @@ org.hibernate - hibernate-entitymanager + hibernate-core true diff --git a/spring-boot-docs/pom.xml b/spring-boot-docs/pom.xml index 1df369e148..7c96c172e9 100644 --- a/spring-boot-docs/pom.xml +++ b/spring-boot-docs/pom.xml @@ -440,7 +440,7 @@ org.hibernate - hibernate-entitymanager + hibernate-core true diff --git a/spring-boot-samples/spring-boot-sample-jpa/pom.xml b/spring-boot-samples/spring-boot-sample-jpa/pom.xml index 52302cf9a9..f52ba2f62e 100644 --- a/spring-boot-samples/spring-boot-sample-jpa/pom.xml +++ b/spring-boot-samples/spring-boot-sample-jpa/pom.xml @@ -30,7 +30,7 @@ org.hibernate - hibernate-entitymanager + hibernate-core diff --git a/spring-boot-starters/spring-boot-starter-data-jpa/pom.xml b/spring-boot-starters/spring-boot-starter-data-jpa/pom.xml index a29ad162be..6e3e4164d3 100644 --- a/spring-boot-starters/spring-boot-starter-data-jpa/pom.xml +++ b/spring-boot-starters/spring-boot-starter-data-jpa/pom.xml @@ -42,18 +42,6 @@ - - org.hibernate - hibernate-entitymanager - - - - jboss-transaction-api_1.2_spec - - org.jboss.spec.javax.transaction - - - javax.transaction javax.transaction-api diff --git a/spring-boot-test-autoconfigure/pom.xml b/spring-boot-test-autoconfigure/pom.xml index b98ec4dcff..5bc4a376af 100644 --- a/spring-boot-test-autoconfigure/pom.xml +++ b/spring-boot-test-autoconfigure/pom.xml @@ -61,7 +61,7 @@ org.hibernate - hibernate-entitymanager + hibernate-core org.jboss.spec.javax.transaction diff --git a/spring-boot/pom.xml b/spring-boot/pom.xml index e53e99dfff..7c9c64d8c5 100644 --- a/spring-boot/pom.xml +++ b/spring-boot/pom.xml @@ -161,7 +161,7 @@ org.hibernate - hibernate-entitymanager + hibernate-core true diff --git a/spring-boot/src/main/java/org/springframework/boot/context/embedded/tomcat/TldSkipPatterns.java b/spring-boot/src/main/java/org/springframework/boot/context/embedded/tomcat/TldSkipPatterns.java index 35c0f2c74d..846d7d9bc4 100644 --- a/spring-boot/src/main/java/org/springframework/boot/context/embedded/tomcat/TldSkipPatterns.java +++ b/spring-boot/src/main/java/org/springframework/boot/context/embedded/tomcat/TldSkipPatterns.java @@ -86,7 +86,6 @@ final class TldSkipPatterns { patterns.add("ehcache-core-*.jar"); patterns.add("hibernate-core-*.jar"); patterns.add("hibernate-commons-annotations-*.jar"); - patterns.add("hibernate-entitymanager-*.jar"); patterns.add("hibernate-jpa-2.1-api-*.jar"); patterns.add("hibernate-validator-*.jar"); patterns.add("hsqldb-*.jar");