diff options
author | Niamh Core <niamh.core@est.tech> | 2021-08-19 08:23:44 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2021-08-19 08:23:44 +0000 |
commit | db89e9c72388a7eb0a2132f7c25a213a925a0478 (patch) | |
tree | 4c7caf7a1e1526fe3e7b36b33db362ae7db93cff /cps-service/pom.xml | |
parent | 24112c0a500e94dc6068be71105874f8d81678b7 (diff) | |
parent | 8f01bf67befd7f73d3208a8279e7d2ea8cc89423 (diff) |
Merge "Filter data updated events based on configured pattern"
Diffstat (limited to 'cps-service/pom.xml')
-rw-r--r-- | cps-service/pom.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/cps-service/pom.xml b/cps-service/pom.xml index 6856f7c671..c69ead09e9 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>
|