diff --git a/spring-boot-samples/spring-boot-sample-actuator/pom.xml b/spring-boot-samples/spring-boot-sample-actuator/pom.xml
index 1f4fb2c63d..f361688cd7 100644
--- a/spring-boot-samples/spring-boot-sample-actuator/pom.xml
+++ b/spring-boot-samples/spring-boot-sample-actuator/pom.xml
@@ -39,10 +39,6 @@
org.springframework.boot
spring-boot-starter-remote-shell
-
- org.hibernate
- hibernate-validator
-
com.h2database
h2
diff --git a/spring-boot-samples/spring-boot-sample-web-ui/pom.xml b/spring-boot-samples/spring-boot-sample-web-ui/pom.xml
index 8895e781df..1fc08863c2 100644
--- a/spring-boot-samples/spring-boot-sample-web-ui/pom.xml
+++ b/spring-boot-samples/spring-boot-sample-web-ui/pom.xml
@@ -23,10 +23,6 @@
org.springframework.boot
spring-boot-starter-thymeleaf
-
- org.hibernate
- hibernate-validator
-
org.springframework.boot
spring-boot-starter-test
diff --git a/spring-boot-starters/spring-boot-starter-web/pom.xml b/spring-boot-starters/spring-boot-starter-web/pom.xml
index a028794b8c..30d3c27768 100644
--- a/spring-boot-starters/spring-boot-starter-web/pom.xml
+++ b/spring-boot-starters/spring-boot-starter-web/pom.xml
@@ -30,6 +30,10 @@
com.fasterxml.jackson.core
jackson-databind
+
+ org.hibernate
+ hibernate-validator
+
org.springframework
spring-web