From 01e7b573ebdbf0f1cf25fc03678d96ea47faef84 Mon Sep 17 00:00:00 2001 From: Oliver Gierke Date: Fri, 20 Oct 2017 14:07:43 +0200 Subject: [PATCH] #308 - Remove explicit Hibernate dependency handling. --- jpa/pom.xml | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/jpa/pom.xml b/jpa/pom.xml index 5b39c3b2..3321be51 100644 --- a/jpa/pom.xml +++ b/jpa/pom.xml @@ -38,17 +38,6 @@ org.springframework.boot spring-boot-starter-data-jpa - - - org.hibernate - hibernate-entitymanager - - - - - - org.hibernate - hibernate-core