This is an automated email from the ASF dual-hosted git repository. ningjiang pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/servicecomb-pack.git
commit dd9701435a8e476ea04386ba2386dc4ab563ef0b Author: CMonkey <[email protected]> AuthorDate: Fri Jul 5 15:16:25 2019 +0800 add org.springframework.cloud:spring-cloud-starter-alibaba-nacos-discovery dependency to pom.xml --- pom.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pom.xml b/pom.xml index 0ff86da..59fef9d 100644 --- a/pom.xml +++ b/pom.xml @@ -370,6 +370,11 @@ <artifactId>spring-cloud-starter-zookeeper-discovery</artifactId> <version>${spring.cloud.starter.zookeeper.discovery.version}</version> </dependency> + <dependency> + <groupId>org.springframework.cloud</groupId> + <artifactId>spring-cloud-starter-alibaba-nacos-discovery</artifactId> + <version>${spring.cloud.starter.alibaba.nacos.discovery.version}</version> + </dependency> <!-- TODO rename this artifact --> <dependency> <groupId>org.apache.servicecomb.pack</groupId>
