1
0
mirror of https://gitee.com/mirrors/Spring-Cloud-Alibaba.git synced 2021-06-26 13:25:11 +08:00

update to correct starter definitions in finchley branch & fix circleci problem

This commit is contained in:
fangjian0423
2019-10-17 17:41:13 +08:00
parent 1b645dea3d
commit 62d5476cd8
10 changed files with 37 additions and 1 deletions

View File

@@ -15,6 +15,10 @@
<groupId>com.alibaba.cloud</groupId>
<artifactId>spring-cloud-alibaba-sentinel</artifactId>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter</artifactId>
</dependency>
</dependencies>
</project>