From 4007cd4a0239823951624cf559f7df7666dcedd2 Mon Sep 17 00:00:00 2001 From: Ian Luo Date: Sun, 5 May 2019 16:34:59 +0800 Subject: [PATCH] dubbo-registry-nacos module is not bundled into Apache Dubbo 2.7.1 (#3976) Fixes #3797: --- dubbo-all/pom.xml | 1 + dubbo-dependencies-bom/pom.xml | 8 +++++++- dubbo-distribution/pom.xml | 15 +++++++++++++++ dubbo-registry/dubbo-registry-nacos/pom.xml | 7 +------ 4 files changed, 24 insertions(+), 7 deletions(-) diff --git a/dubbo-all/pom.xml b/dubbo-all/pom.xml index a5e674a1edd..cceac62cc82 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 6d68457125b..0acf4773111 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 76e73a3df67..f830aa4379c 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 e2a9d02e149..b8c952d267b 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 +