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}