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 10d83ae4cf2acdb2531c795e72a7bab2337c77d9 Author: CMonkey <[email protected]> AuthorDate: Fri Jul 5 17:47:12 2019 +0800 add spring-cloud-nacos profile to alpha/alpha-server/pom.xml --- alpha/alpha-server/pom.xml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/alpha/alpha-server/pom.xml b/alpha/alpha-server/pom.xml index 478cbf3..b3109fc 100644 --- a/alpha/alpha-server/pom.xml +++ b/alpha/alpha-server/pom.xml @@ -284,6 +284,17 @@ </dependencies> </profile> <profile> + <id>spring-cloud-nacos</id> + <!-- Specify the alpha spring boot starter with the profile--> + <dependencies> + <dependency> + <groupId>org.apache.servicecomb.pack</groupId> + <artifactId>alpha-spring-cloud-starter-nacos</artifactId> + </dependency> + </dependencies> + </profile> + + <profile> <id>mysql</id> <dependencies> <dependency>
