From 58379e7593655c173ada025c949a714afe57f0f0 Mon Sep 17 00:00:00 2001 From: Dave Syer Date: Sat, 17 May 2014 06:47:15 +0100 Subject: [PATCH] Add hibernate-validator to spring-boot-starter-web Fixes gh-616 --- spring-boot-samples/spring-boot-sample-actuator/pom.xml | 4 ---- spring-boot-samples/spring-boot-sample-web-ui/pom.xml | 4 ---- spring-boot-starters/spring-boot-starter-web/pom.xml | 4 ++++ 3 files changed, 4 insertions(+), 8 deletions(-) diff --git a/spring-boot-samples/spring-boot-sample-actuator/pom.xml b/spring-boot-samples/spring-boot-sample-actuator/pom.xml index 1f4fb2c63d8..f361688cd7f 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 8895e781dfa..1fc08863c26 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 a028794b8c5..30d3c277685 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