diff options
author | tragait <rahul.tyagi@est.tech> | 2021-08-19 15:17:56 +0100 |
---|---|---|
committer | tragait <rahul.tyagi@est.tech> | 2021-08-20 15:31:31 +0100 |
commit | 888dcd495ecb63bf678e7234e9dc34e0743cb412 (patch) | |
tree | 65e1208beacc9a11eeb08985a1d4b28a90f3864c /cps-ncmp-service/pom.xml | |
parent | dc5ed75c841da857611713bceed8bf9988204d3d (diff) |
Get resource data from pass through running (Ncmp impl.)
Issue-ID: CPS-580
Signed-off-by: tragait <rahul.tyagi@est.tech>
Change-Id: I6dc37d9516078c87efc3f0c5bbd2b7b8a7155d48
Diffstat (limited to 'cps-ncmp-service/pom.xml')
-rw-r--r-- | cps-ncmp-service/pom.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/cps-ncmp-service/pom.xml b/cps-ncmp-service/pom.xml index f786b80562..fc01c3b1ca 100644 --- a/cps-ncmp-service/pom.xml +++ b/cps-ncmp-service/pom.xml @@ -66,5 +66,9 @@ <groupId>org.springframework</groupId> <artifactId>spring-web</artifactId> </dependency> + <dependency> + <groupId>org.springframework.boot</groupId> + <artifactId>spring-boot-starter-validation</artifactId> + </dependency> </dependencies> </project> |