summaryrefslogtreecommitdiffstats
path: root/cps-service/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'cps-service/pom.xml')
-rw-r--r--cps-service/pom.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/cps-service/pom.xml b/cps-service/pom.xml
index 6856f7c67..c69ead09e 100644
--- a/cps-service/pom.xml
+++ b/cps-service/pom.xml
@@ -91,6 +91,10 @@
<artifactId>spring-context</artifactId>
</dependency>
<dependency>
+ <groupId>org.springframework.boot</groupId>
+ <artifactId>spring-boot-starter-validation</artifactId>
+ </dependency>
+ <dependency>
<!-- For parsing JSON object -->
<groupId>com.google.code.gson</groupId>
<artifactId>gson</artifactId>