From efc7259fc1ee2e14a59f10ce69eead4abecaae03 Mon Sep 17 00:00:00 2001 From: Dan Timoney Date: Thu, 3 Sep 2020 11:28:18 -0400 Subject: Add spring-boot-starter-validation dependency Springboot starter version 2.3 no longer includes spring-boot-starter-validation which now needs to be added as a separate dependency Change-Id: I11b5dd40d96f3c1692bc23c75d508d5a39bcbbd7 Issue-ID: CCSDK-2633 Signed-off-by: Dan Timoney --- ms/sliboot/pom.xml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'ms/sliboot/pom.xml') diff --git a/ms/sliboot/pom.xml b/ms/sliboot/pom.xml index b0c1eac8..3d8fa7bf 100644 --- a/ms/sliboot/pom.xml +++ b/ms/sliboot/pom.xml @@ -50,6 +50,10 @@ org.springframework.boot spring-boot-starter-log4j2 + + org.springframework.boot + spring-boot-starter-validation + org.onap.aaf.cadi aaf-cadi-shiro -- cgit 1.2.3-korg