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 42e7842dc3f6006e1658a21c74b644edd36f053c Author: CMonkey <[email protected]> AuthorDate: Fri Jul 5 17:45:52 2019 +0800 add alpha-spring-cloud-starter-nacos dependency to alpha/alpha-server/pom.xml --- alpha/alpha-server/pom.xml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/alpha/alpha-server/pom.xml b/alpha/alpha-server/pom.xml index c79b669..478cbf3 100644 --- a/alpha/alpha-server/pom.xml +++ b/alpha/alpha-server/pom.xml @@ -101,6 +101,10 @@ </dependency> <dependency> <groupId>org.apache.servicecomb.pack</groupId> + <artifactId>alpha-spring-cloud-starter-nacos</artifactId> + </dependency> + <dependency> + <groupId>org.apache.servicecomb.pack</groupId> <artifactId>pack-common</artifactId> </dependency> <dependency>
