You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dubbo.apache.org by al...@apache.org on 2021/01/29 06:24:56 UTC

[dubbo] branch master updated: update zk depends (#7152)

This is an automated email from the ASF dual-hosted git repository.

albumenj pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/dubbo.git


The following commit(s) were added to refs/heads/master by this push:
     new 25761bb  update zk depends (#7152)
25761bb is described below

commit 25761bb51b7c3a8702690bca821aa1658bcca0d7
Author: gongdewei <ky...@qq.com>
AuthorDate: Fri Jan 29 00:24:39 2021 -0600

    update zk depends (#7152)
---
 dubbo-dependencies/dubbo-dependencies-zookeeper/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dubbo-dependencies/dubbo-dependencies-zookeeper/pom.xml b/dubbo-dependencies/dubbo-dependencies-zookeeper/pom.xml
index e5c54c8..7996507 100644
--- a/dubbo-dependencies/dubbo-dependencies-zookeeper/pom.xml
+++ b/dubbo-dependencies/dubbo-dependencies-zookeeper/pom.xml
@@ -51,7 +51,7 @@
     <dependencies>
         <dependency>
             <groupId>org.apache.curator</groupId>
-            <artifactId>curator-recipes</artifactId>
+            <artifactId>curator-x-discovery</artifactId>
         </dependency>
         <dependency>
             <groupId>org.apache.zookeeper</groupId>