This is an automated email from the ASF dual-hosted git repository.
zrlw pushed a commit to branch 3.3
in repository https://gitbox.apache.org/repos/asf/dubbo.git
The following commit(s) were added to refs/heads/3.3 by this push:
new 69f82bddb2 Remove redundant version declaration from
dubbo-remoting-zookeeper-curator5 (#15480)
69f82bddb2 is described below
commit 69f82bddb28a651eb89a8f782ab64e2ac7ac4ece
Author: zrlw <[email protected]>
AuthorDate: Mon Jun 23 20:55:44 2025 +0800
Remove redundant version declaration from dubbo-remoting-zookeeper-curator5
(#15480)
---
dubbo-remoting/dubbo-remoting-zookeeper-curator5/pom.xml | 5 -----
1 file changed, 5 deletions(-)
diff --git a/dubbo-remoting/dubbo-remoting-zookeeper-curator5/pom.xml
b/dubbo-remoting/dubbo-remoting-zookeeper-curator5/pom.xml
index 4cd43e9e9d..ca226b7f51 100644
--- a/dubbo-remoting/dubbo-remoting-zookeeper-curator5/pom.xml
+++ b/dubbo-remoting/dubbo-remoting-zookeeper-curator5/pom.xml
@@ -29,8 +29,6 @@
<description>The zookeeper remoting module of dubbo project</description>
<properties>
<skip_maven_deploy>false</skip_maven_deploy>
- <zookeeper_version>3.7.2</zookeeper_version>
- <curator5_version>5.8.0</curator5_version>
</properties>
<dependencies>
<dependency>
@@ -42,17 +40,14 @@
<dependency>
<groupId>org.apache.curator</groupId>
<artifactId>curator-framework</artifactId>
- <version>${curator5_version}</version>
</dependency>
<dependency>
<groupId>org.apache.curator</groupId>
<artifactId>curator-recipes</artifactId>
- <version>${curator5_version}</version>
</dependency>
<dependency>
<groupId>org.apache.zookeeper</groupId>
<artifactId>zookeeper</artifactId>
- <version>${zookeeper_version}</version>
</dependency>
<dependency>