添加json依赖

This commit is contained in:
wanggeng888 2021-05-01 23:25:36 +08:00
parent f74a79b325
commit 6c5b4aac24

View File

@ -40,6 +40,7 @@
<spring.version>5.2.8.RELEASE</spring.version>
<spring-boot.version>2.3.3.RELEASE</spring-boot.version>
<fastjson.version>1.2.24</fastjson.version>
<json.version>20210307</json.version>
<easyexcel.version>2.2.7</easyexcel.version>
<cglib.version>3.2.3</cglib.version>
<mysql.version>5.1.47</mysql.version>
@ -155,6 +156,14 @@
</dependency>
<!-- fastjson end -->
<!-- json start -->
<dependency>
<groupId>org.json</groupId>
<artifactId>json</artifactId>
<version>${json.version}</version>
</dependency>
<!-- json end -->
<!-- easyexcel start -->
<dependency>
<groupId>com.alibaba</groupId>