From 0238998ff777b82e6a5ddbd83f7f47b8dde12054 Mon Sep 17 00:00:00 2001 From: mpriyank Date: Fri, 1 Jul 2022 14:47:09 +0100 Subject: Distributed map setup for Module and Data Sync - Introduce the hazelcast dependency and check how the builds react to it. - Data Sync and Module Sync Map config. - Added basic test scenarios. - Updating the artifact-id from hazelcast-all to hazelcast-spring and version is 4.2.5. (5.1.2 is latest but has known vulnerabilities) - Refactored the code as per the onsite review session - Upcoming : Actual sub-task which will use the distributed maps in respective use cases. Issue-ID: CPS-1050 Change-Id: I60314c4ff95c267b186b20862aef93a5c389a971 Signed-off-by: mpriyank --- cps-ncmp-service/pom.xml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'cps-ncmp-service/pom.xml') 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 @@ org.mapstruct mapstruct-processor + + com.hazelcast + hazelcast-spring + org.spockframework -- cgit 1.2.3-korg