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-dependencies/pom.xml | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'cps-dependencies/pom.xml') diff --git a/cps-dependencies/pom.xml b/cps-dependencies/pom.xml index 73cca2391..8a98baf4d 100755 --- a/cps-dependencies/pom.xml +++ b/cps-dependencies/pom.xml @@ -210,6 +210,11 @@ janino 3.1.7 + + com.hazelcast + hazelcast-spring + 4.2.5 + -- cgit 1.2.3-korg