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

Fix compile error.

This commit is contained in:
chenzhu.zxl
2018-12-13 20:38:42 +08:00
parent 120cb4f096
commit 4fbc01405a
3 changed files with 26 additions and 1 deletions

View File

@@ -42,6 +42,12 @@
<groupId>com.alibaba.edas</groupId>
<artifactId>schedulerX-client</artifactId>
<scope>provided</scope>
<exclusions>
<exclusion>
<groupId>com.taobao.middleware</groupId>
<artifactId>logger.api</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>