From 36f2d70f051be0c22e0efb2e56d5ad0dcb763093 Mon Sep 17 00:00:00 2001 From: Julien WITTOUCK Date: Fri, 12 Jun 2020 10:35:43 +0200 Subject: [PATCH] :heavy_plus_sign: : add spring-boot-starter-validation From spring-boot 2.3, validation is no longer included in the web-starter. So we need to import it manually. See : https://github.com/spring-projects/spring-boot/wiki/Spring-Boot-2.3-Release-Notes#upgrading-from-spring-boot-22 --- pom.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/pom.xml b/pom.xml index 5ad049f2e..42337025f 100644 --- a/pom.xml +++ b/pom.xml @@ -137,6 +137,12 @@ spring-boot-starter-actuator + + + org.springframework.boot + spring-boot-starter-validation + + com.fasterxml.jackson.module