From db34fd10370ccee4b04baf4b62cf1707840d6d75 Mon Sep 17 00:00:00 2001 From: Patryk Kostrzewa Date: Wed, 17 Apr 2019 14:24:58 +0200 Subject: [PATCH] Simplify starter validation dependencies and make validation easier to exclude from WebFlux applications --- .../spring-boot-starter-webflux/pom.xml | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/spring-boot-project/spring-boot-starters/spring-boot-starter-webflux/pom.xml b/spring-boot-project/spring-boot-starters/spring-boot-starter-webflux/pom.xml index 39f98facc9ec..9bafe3f3c11d 100644 --- a/spring-boot-project/spring-boot-starters/spring-boot-starter-webflux/pom.xml +++ b/spring-boot-project/spring-boot-starters/spring-boot-starter-webflux/pom.xml @@ -28,16 +28,12 @@ spring-boot-starter-reactor-netty - jakarta.validation - jakarta.validation-api - - - org.hibernate.validator - hibernate-validator + org.springframework.boot + spring-boot-starter-validation - javax.validation - validation-api + org.apache.tomcat.embed + tomcat-embed-el