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 7f4d115bf8708f192f23fd55c6fcc2c1b8f1e5fb Author: CMonkey <[email protected]> AuthorDate: Fri Jul 5 15:20:06 2019 +0800 add module alpha-spring-cloud-starter-nacos to alpha/pom.xml --- alpha/pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/alpha/pom.xml b/alpha/pom.xml index 6921f5b..a958ff7 100644 --- a/alpha/pom.xml +++ b/alpha/pom.xml @@ -36,6 +36,7 @@ <module>alpha-spring-cloud-starter-eureka</module> <module>alpha-spring-cloud-starter-consul</module> <module>alpha-spring-cloud-starter-zookeeper</module> + <module>alpha-spring-cloud-starter-nacos</module> <module>alpha-server</module> </modules>
