From c4aba91c4724667e2bbee16291a8981e4b7825c3 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Thu, 21 Sep 2017 11:40:28 +0100 Subject: [PATCH] Expand dependency management for Hibernate Closes gh-9950 --- spring-boot-dependencies/pom.xml | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/spring-boot-dependencies/pom.xml b/spring-boot-dependencies/pom.xml index ec651a7e837..07ecd329641 100644 --- a/spring-boot-dependencies/pom.xml +++ b/spring-boot-dependencies/pom.xml @@ -1802,6 +1802,11 @@ hamcrest-library ${hamcrest.version} + + org.hibernate + hibernate-c3p0 + ${hibernate.version} + org.hibernate hibernate-core @@ -1834,16 +1839,41 @@ hibernate-envers ${hibernate.version} + + org.hibernate + hibernate-hikaricp + ${hibernate.version} + + + org.hibernate + hibernate-infinispan + ${hibernate.version} + org.hibernate hibernate-java8 ${hibernate.version} + + org.hibernate + hibernate-jcache + ${hibernate.version} + org.hibernate hibernate-jpamodelgen ${hibernate.version} + + org.hibernate + hibernate-proxool + ${hibernate.version} + + + org.hibernate + hibernate-testing + ${hibernate.version} + org.hibernate.validator hibernate-validator