添加库jackson-dataformat-xml

This commit is contained in:
duwenyuan 2026-07-08 15:15:10 +08:00
parent 8f63eb5acd
commit 7f3b639bf3

View File

@ -27,5 +27,10 @@
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-openfeign-core</artifactId>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.dataformat</groupId>
<artifactId>jackson-dataformat-xml</artifactId>
<version>2.15.2</version>
</dependency>
</dependencies>
</project>