summaryrefslogtreecommitdiffstats
path: root/cps-service/pom.xml
diff options
context:
space:
mode:
authorNiamh Core <niamh.core@est.tech>2021-08-19 08:23:44 +0000
committerGerrit Code Review <gerrit@onap.org>2021-08-19 08:23:44 +0000
commitdb89e9c72388a7eb0a2132f7c25a213a925a0478 (patch)
tree4c7caf7a1e1526fe3e7b36b33db362ae7db93cff /cps-service/pom.xml
parent24112c0a500e94dc6068be71105874f8d81678b7 (diff)
parent8f01bf67befd7f73d3208a8279e7d2ea8cc89423 (diff)
Merge "Filter data updated events based on configured pattern"
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>