summaryrefslogtreecommitdiffstats
path: root/cps-ri/pom.xml
diff options
context:
space:
mode:
authorToineSiebelink <toine.siebelink@est.tech>2022-10-24 14:12:32 +0100
committerPriyank Maheshwari <priyank.maheshwari@est.tech>2022-10-26 13:14:25 +0000
commit2a18c1df031b3b9fd04784673319e1cd38e12267 (patch)
tree5d67303600f50d6521825a566898623949e64f5b /cps-ri/pom.xml
parente5254a7b007e4a0dc59003d94f43e688c25cf7d1 (diff)
Creation of DataNodeBuilder with module name prefix is very slow
- Created a new hazelcast distributed cache for anchor data config use cases. - Module name prefix is added for root data node only. - Cached module name prefix by anchor name on demand from database at first call. - Introduced a new cache holder to have module name prefix of diff. levels. Issue-ID: CPS-1326 Change-Id: I9072f5efdeea59843cd827ac556d3c0547a3a0cf Signed-off-by: sourabh_sourabh <sourabh.sourabh@est.tech> Signed-off-by: ToineSiebelink <toine.siebelink@est.tech> Signed-off-by: mpriyank <priyank.maheshwari@est.tech>
Diffstat (limited to 'cps-ri/pom.xml')
-rw-r--r--cps-ri/pom.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/cps-ri/pom.xml b/cps-ri/pom.xml
index 824a8d971..a193baf9f 100644
--- a/cps-ri/pom.xml
+++ b/cps-ri/pom.xml
@@ -88,6 +88,10 @@
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</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.codehaus.groovy</groupId>