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

update circleci url

This commit is contained in:
Xin Wang
2019-07-24 11:00:49 +08:00
parent 5a1ab06497
commit 7bd0adc99e
3 changed files with 9 additions and 3 deletions

View File

@@ -44,6 +44,12 @@
<artifactId>spring-cloud-starter-alibaba-nacos-discovery</artifactId>
</dependency>
<dependency>
<groupId>javax.servlet</groupId>
<artifactId>javax.servlet-api</artifactId>
<scope>provided</scope>
</dependency>
</dependencies>
<build>
@@ -54,4 +60,4 @@
</plugin>
</plugins>
</build>
</project>
</project>