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:
commit
a236ef6740
@ -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>
|
||||||
|
|
||||||
|
@ -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>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user