From a1a58616086c9764043116572f9802e33b9a2722 Mon Sep 17 00:00:00 2001 From: Rishabh-egov Date: Tue, 17 Sep 2024 17:15:36 +0530 Subject: [PATCH] Added spring boot starter validation --- core-services/boundary-service/pom.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/core-services/boundary-service/pom.xml b/core-services/boundary-service/pom.xml index 867135c9ae..c99388a0f2 100644 --- a/core-services/boundary-service/pom.xml +++ b/core-services/boundary-service/pom.xml @@ -32,6 +32,11 @@ + + + org.springframework.boot + spring-boot-starter-validation + org.springframework.boot spring-boot-starter-web