添加json依赖
This commit is contained in:
parent
f74a79b325
commit
6c5b4aac24
9
pom.xml
9
pom.xml
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user