|
|
@@ -51,12 +51,12 @@ |
|
|
|
<dependency> |
|
|
|
<groupId>com.fasterxml.jackson.dataformat</groupId> |
|
|
|
<artifactId>jackson-dataformat-yaml</artifactId> |
|
|
|
<version>2.13.4</version> |
|
|
|
<!-- 不能指定版本,否则和spring boot冲突,spring-starter-web依赖2.12.5 <version>2.13.4</version>--> |
|
|
|
</dependency> |
|
|
|
<dependency> |
|
|
|
<groupId>com.fasterxml.jackson.dataformat</groupId> |
|
|
|
<artifactId>jackson-dataformat-xml</artifactId> |
|
|
|
<version>2.13.4</version> |
|
|
|
<!-- <version>2.13.4</version>--> |
|
|
|
</dependency> |
|
|
|
<!-- https://mvnrepository.com/artifact/net.jodah/typetools --> |
|
|
|
<!-- <dependency>--> |
|
|
|