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

Adds spring profile to circleci, Adds circleci support

This commit is contained in:
flystar32
2018-10-30 12:44:22 +08:00
parent 255dea2c6b
commit ad11b5b96f
5 changed files with 77 additions and 9 deletions

View File

@@ -6,7 +6,7 @@
<parent>
<artifactId>spring-cloud-dependencies-parent</artifactId>
<groupId>org.springframework.cloud</groupId>
<version>1.3.10.RELEASE</version>
<version>1.3.11.RELEASE</version>
<relativePath/>
</parent>
<artifactId>spring-cloud-alibaba-dependencies</artifactId>
@@ -117,7 +117,7 @@
</dependency>
<!-- Aliyun storage dependencies -->
<!-- Aliyun OSS dependencies -->
<dependency>
<groupId>com.aliyun.oss</groupId>
<artifactId>aliyun-sdk-oss</artifactId>
@@ -125,7 +125,7 @@
</dependency>
<!-- Own dependencies autoconfigure -->
<!-- Own dependencies -->
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-alibaba-sentinel</artifactId>