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

Merge pull request #1546 from yuhuangbin/master

[Enhancement] spring-cloud-starter-alibaba-sentinel dependency
This commit is contained in:
Mercy Ma 2020-07-09 10:33:10 +08:00 committed by GitHub
commit 5de5d9d386
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -153,6 +153,7 @@
<dependency> <dependency>
<groupId>com.fasterxml.jackson.dataformat</groupId> <groupId>com.fasterxml.jackson.dataformat</groupId>
<artifactId>jackson-dataformat-xml</artifactId> <artifactId>jackson-dataformat-xml</artifactId>
<optional>true</optional>
</dependency> </dependency>
<dependency> <dependency>