From 865242a60c481adbdb56643ccca20b2cdaceb8a8 Mon Sep 17 00:00:00 2001 From: Indigo-stc <77898258+Indigo-stc@users.noreply.github.com> Date: Fri, 16 Sep 2022 17:27:35 -0500 Subject: [PATCH] Update pom.xml Adding dependency for Validation @Valid --- pom.xml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/pom.xml b/pom.xml index 2aeb064..1fba276 100644 --- a/pom.xml +++ b/pom.xml @@ -21,6 +21,12 @@ + + + org.springframework.boot + spring-boot-starter-validation + + org.springframework.boot spring-boot-starter-data-jpa