|
@@ -86,7 +86,16 @@
|
|
|
<artifactId>spring-webmvc</artifactId>
|
|
|
<version>5.3.13</version>
|
|
|
</dependency>
|
|
|
+ <dependency>
|
|
|
+ <groupId>com.google.code.gson</groupId>
|
|
|
+ <artifactId>gson</artifactId>
|
|
|
+ <version>2.8.5</version>
|
|
|
+ </dependency>
|
|
|
|
|
|
+ <dependency>
|
|
|
+ <groupId>com.alibaba</groupId>
|
|
|
+ <artifactId>fastjson</artifactId>
|
|
|
+ </dependency>
|
|
|
|
|
|
</dependencies>
|
|
|
|