From b18857cf720eda197894540dba8fa7fa4b27a4fd Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 19 Sep 2017 22:00:45 +0100 Subject: [PATCH] Update deployment tests to cope with Bean Validation 2.0 Closes gh-10353 --- .../spring-boot-deployment-test-glassfish/pom.xml | 4 ++++ .../spring-boot-deployment-test-tomee/pom.xml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/spring-boot-deployment-tests/spring-boot-deployment-test-glassfish/pom.xml b/spring-boot-deployment-tests/spring-boot-deployment-test-glassfish/pom.xml index c46184bbf6..5f64c9b633 100644 --- a/spring-boot-deployment-tests/spring-boot-deployment-test-glassfish/pom.xml +++ b/spring-boot-deployment-tests/spring-boot-deployment-test-glassfish/pom.xml @@ -30,6 +30,10 @@ org.springframework.boot spring-boot-starter-tomcat + + org.hibernate.validator + hibernate-validator + 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 f4bc0f94ab..55bd2226fc 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,7 +33,7 @@ spring-boot-starter-tomcat - org.hibernate + org.hibernate.validator hibernate-validator