增加fastjson2依赖

This commit is contained in:
wanggeng 2022-05-11 18:29:13 +08:00
parent ff1bb105dd
commit 38a28db163

View File

@ -103,6 +103,10 @@
<groupId>com.alibaba</groupId> <groupId>com.alibaba</groupId>
<artifactId>fastjson</artifactId> <artifactId>fastjson</artifactId>
</dependency> </dependency>
<dependency>
<groupId>com.alibaba.fastjson2</groupId>
<artifactId>fastjson2</artifactId>
</dependency>
<!-- fastjson end --> <!-- fastjson end -->
<!-- bouncycastle start --> <!-- bouncycastle start -->