diff --git a/spring-boot-dependencies/pom.xml b/spring-boot-dependencies/pom.xml
index d85b67458b..26997aea9a 100644
--- a/spring-boot-dependencies/pom.xml
+++ b/spring-boot-dependencies/pom.xml
@@ -945,10 +945,25 @@
hamcrest-library
${hamcrest.version}
+
+ org.hibernate
+ hibernate-ehcache
+ ${hibernate.version}
+
org.hibernate
hibernate-entitymanager
- ${hibernate-entitymanager.version}
+ ${hibernate.version}
+
+
+ org.hibernate
+ hibernate-envers
+ ${hibernate.version}
+
+
+ org.hibernate
+ hibernate-jpamodelgen
+ ${hibernate.version}
org.hibernate