diff --git a/dubbo-all/pom.xml b/dubbo-all/pom.xml
index a5e674a1eddf..cceac62cc824 100644
--- a/dubbo-all/pom.xml
+++ b/dubbo-all/pom.xml
@@ -582,6 +582,7 @@
org.apache.dubbo:dubbo-metadata-report-redis
org.apache.dubbo:dubbo-metadata-report-zookeeper
org.apache.dubbo:dubbo-metadata-report-consul
+ org.apache.dubbo:dubbo-metadata-report-etcd
diff --git a/dubbo-dependencies-bom/pom.xml b/dubbo-dependencies-bom/pom.xml
index 6d68457125bd..0acf47731119 100644
--- a/dubbo-dependencies-bom/pom.xml
+++ b/dubbo-dependencies-bom/pom.xml
@@ -127,6 +127,7 @@
3.0.19.Final
8.5.31
0.3.0
+ 1.0.0
1.7.25
1.2
@@ -519,7 +520,7 @@
metrics-rest
${metrics_version}
-
+
com.alipay.sofa
@@ -584,6 +585,11 @@
testcontainers
${test_container_version}
+
+ com.alibaba.nacos
+ nacos-client
+ ${nacos_version}
+
diff --git a/dubbo-distribution/pom.xml b/dubbo-distribution/pom.xml
index 76e73a3df67c..f830aa4379cb 100644
--- a/dubbo-distribution/pom.xml
+++ b/dubbo-distribution/pom.xml
@@ -180,6 +180,21 @@
dubbo-registry-redis
${project.version}
+
+ org.apache.dubbo
+ dubbo-registry-consul
+ ${project.version}
+
+
+ org.apache.dubbo
+ dubbo-registry-nacos
+ ${project.version}
+
+
+ org.apache.dubbo
+ dubbo-registry-etcd3
+ ${project.version}
+
org.apache.dubbo
dubbo-registry-sofa
diff --git a/dubbo-registry/dubbo-registry-nacos/pom.xml b/dubbo-registry/dubbo-registry-nacos/pom.xml
index e2a9d02e1493..b8c952d267b0 100644
--- a/dubbo-registry/dubbo-registry-nacos/pom.xml
+++ b/dubbo-registry/dubbo-registry-nacos/pom.xml
@@ -27,10 +27,6 @@
${project.artifactId}
The Nacos registry module of Dubbo project
-
- 1.0.0-RC3
-
-
@@ -50,7 +46,6 @@
com.alibaba.nacos
nacos-client
- ${nacos.version}
true
@@ -147,4 +142,4 @@
-
\ No newline at end of file
+