From 4606ac60e54cf1211320686137fc60a7c783fd45 Mon Sep 17 00:00:00 2001 From: fmendezh Date: Thu, 16 May 2024 16:24:40 +0200 Subject: [PATCH] upgrading zookeeper and curator to match new cluster version --- pom.xml | 18 +++++++++++++++++- registry-ws/pom.xml | 14 ++++++++++++++ 2 files changed, 31 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index cdbbb0ecb..4b69c1703 100644 --- a/pom.xml +++ b/pom.xml @@ -124,7 +124,8 @@ 2.8.0 1.7.30 4.4.1 - 3.4.14 + 3.8.1 + 5.5.0 20200713.1 2.4.0 5.7.1 @@ -444,6 +445,21 @@ + + org.apache.curator + curator-framework + ${curator.version} + + + org.apache.curator + curator-recipes + ${curator.version} + + + org.apache.curator + curator-x-discovery + ${curator.version} + org.mybatis mybatis diff --git a/registry-ws/pom.xml b/registry-ws/pom.xml index 292866d3d..0be7897a6 100644 --- a/registry-ws/pom.xml +++ b/registry-ws/pom.xml @@ -19,6 +19,20 @@ + + + org.apache.curator + curator-framework + + + org.apache.curator + curator-recipes + + + org.apache.curator + curator-x-discovery + + org.projectlombok