From 0b7ba41562c17006b08a07b86ed5bf8a509cf0c7 Mon Sep 17 00:00:00 2001 From: "Yangkai.Shen" <237497819@qq.com> Date: Mon, 5 Sep 2022 19:45:43 +0800 Subject: [PATCH] =?UTF-8?q?:pushpin:=20=E5=8D=87=E7=BA=A7=20curator=20?= =?UTF-8?q?=E9=87=8C=E7=9A=84=20zookeeper=20=E7=89=88=E6=9C=AC=E4=B8=BA=20?= =?UTF-8?q?3.8.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../demo-distributed-lock-curator/pom.xml | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/demo-distributed-lock/demo-distributed-lock-curator/pom.xml b/demo-distributed-lock/demo-distributed-lock-curator/pom.xml index 94062b4..91d0e07 100644 --- a/demo-distributed-lock/demo-distributed-lock-curator/pom.xml +++ b/demo-distributed-lock/demo-distributed-lock-curator/pom.xml @@ -15,6 +15,7 @@ 17 5.3.0 + 3.8.0 @@ -28,11 +29,28 @@ org.apache.curator curator-framework ${curator.version} + + + org.apache.zookeeper + zookeeper + + org.apache.curator curator-recipes ${curator.version} + + + org.apache.zookeeper + zookeeper + + + + + org.apache.zookeeper + zookeeper + ${zookeeper.version}