diff --git a/spring-boot-deployment-tests/spring-boot-deployment-test-tomee/pom.xml b/spring-boot-deployment-tests/spring-boot-deployment-test-tomee/pom.xml
index 8965279c431..35be7746e6f 100644
--- a/spring-boot-deployment-tests/spring-boot-deployment-test-tomee/pom.xml
+++ b/spring-boot-deployment-tests/spring-boot-deployment-test-tomee/pom.xml
@@ -33,8 +33,8 @@
spring-boot-starter-tomcat
- org.springframework.boot
- spring-boot-starter-validation
+ org.hibernate
+ hibernate-validator
diff --git a/spring-boot-deployment-tests/spring-boot-deployment-test-wildfly/pom.xml b/spring-boot-deployment-tests/spring-boot-deployment-test-wildfly/pom.xml
index 657b6869ee9..091cd07dd83 100644
--- a/spring-boot-deployment-tests/spring-boot-deployment-test-wildfly/pom.xml
+++ b/spring-boot-deployment-tests/spring-boot-deployment-test-wildfly/pom.xml
@@ -31,10 +31,6 @@
org.springframework.boot
spring-boot-starter-tomcat
-
- org.springframework.boot
- spring-boot-starter-validation
-