diff options
Diffstat (limited to 'ms/sliboot/pom.xml')
-rw-r--r-- | ms/sliboot/pom.xml | 4 |
1 files changed, 4 insertions, 0 deletions
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 @@ -51,6 +51,10 @@ <artifactId>spring-boot-starter-log4j2</artifactId> </dependency> <dependency> + <groupId>org.springframework.boot</groupId> + <artifactId>spring-boot-starter-validation</artifactId> + </dependency> + <dependency> <groupId>org.onap.aaf.cadi</groupId> <artifactId>aaf-cadi-shiro</artifactId> <version>${aaf-shiro-bundle.version}</version> |