调整fastjson引用

This commit is contained in:
yxt_djz
2022-07-11 18:37:35 +08:00
parent f616348442
commit 635ca18ac1
2 changed files with 5 additions and 8 deletions

View File

@@ -48,5 +48,10 @@
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-web</artifactId>
</dependency>
<dependency>
<groupId>com.alibaba</groupId>
<artifactId>fastjson</artifactId>
<version>1.2.73</version>
</dependency>
</dependencies>
</project>