From d5ba2f44cc5576a9566c38ada987dad123db0a14 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 (cherry picked from commit 4606ac60e54cf1211320686137fc60a7c783fd45) --- pom.xml | 18 +++++++++++++++++- registry-ws/pom.xml | 14 ++++++++++++++ 2 files changed, 31 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 93def24a4..1f31d3b4f 100644 --- a/pom.xml +++ b/pom.xml @@ -125,7 +125,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 @@ -450,6 +451,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 16e10ba4e..5a75235bb 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