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

Merge pull request #170 from xiaolongzuo/master

Fix schedulerx GroupId and ArtifactId error.
This commit is contained in:
Xiaolong Zuo 2018-12-13 14:46:39 +08:00 committed by GitHub
commit a236ef6740
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

@ -39,8 +39,8 @@
</dependency> </dependency>
<dependency> <dependency>
<groupId>com.alibaba.schedulerx</groupId> <groupId>com.alibaba.edas</groupId>
<artifactId>schedulerx-client</artifactId> <artifactId>schedulerX-client</artifactId>
<scope>provided</scope> <scope>provided</scope>
</dependency> </dependency>

View File

@ -17,8 +17,8 @@
<artifactId>spring-cloud-alicloud-context</artifactId> <artifactId>spring-cloud-alicloud-context</artifactId>
</dependency> </dependency>
<dependency> <dependency>
<groupId>com.alibaba.schedulerx</groupId> <groupId>com.alibaba.edas</groupId>
<artifactId>schedulerx-client</artifactId> <artifactId>schedulerX-client</artifactId>
</dependency> </dependency>
<dependency> <dependency>
<groupId>com.aliyun</groupId> <groupId>com.aliyun</groupId>