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

fix dependency

This commit is contained in:
yuhuangbin 2020-06-28 10:03:36 +08:00
parent bfbb680f6b
commit 5078f355ca

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>