From 347f90ef163e0e37947bcd307bd3ce5dc8f29c12 Mon Sep 17 00:00:00 2001 From: St ef Date: Tue, 1 Jun 2021 20:21:46 +0200 Subject: [PATCH] Restauration des annotation ; import correct de javax.validation dans le pom.xml --- pom.xml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 12f131028..48ab4773b 100644 --- a/pom.xml +++ b/pom.xml @@ -26,7 +26,7 @@ 1.12.1 3.6.0 1.10.0 - + 2.0.1.Final 0.8.7 @@ -108,6 +108,13 @@ spring-boot-devtools true + + + javax.validation + validation-api + ${webjars-validation-api.version} + +