aboutsummaryrefslogtreecommitdiffstats
path: root/cps-ncmp-service/pom.xml
diff options
context:
space:
mode:
authorToine Siebelink <toine.siebelink@est.tech>2022-07-06 10:28:38 +0000
committerGerrit Code Review <gerrit@onap.org>2022-07-06 10:28:38 +0000
commit4ef8d19936909a77a6a89af00a6b437ba9e917ec (patch)
tree1a34c13f9cd1f9616bb8fcdfbcbb584d916b0e7c /cps-ncmp-service/pom.xml
parentd6bd3aad095e76262e93fb68bbdb98b5f4bd9860 (diff)
parent0238998ff777b82e6a5ddbd83f7f47b8dde12054 (diff)
Merge "Distributed map setup for Module and Data Sync"
Diffstat (limited to 'cps-ncmp-service/pom.xml')
-rw-r--r--cps-ncmp-service/pom.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/cps-ncmp-service/pom.xml b/cps-ncmp-service/pom.xml
index 502e9824d..93c265a7b 100644
--- a/cps-ncmp-service/pom.xml
+++ b/cps-ncmp-service/pom.xml
@@ -57,6 +57,10 @@
<groupId>org.mapstruct</groupId>
<artifactId>mapstruct-processor</artifactId>
</dependency>
+ <dependency>
+ <groupId>com.hazelcast</groupId>
+ <artifactId>hazelcast-spring</artifactId>
+ </dependency>
<!-- T E S T - D E P E N D E N C I E S -->
<dependency>
<groupId>org.spockframework</groupId>