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