summaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorshizhendong <[email protected]>2021-05-25 14:47:42 +0800
committershizhendong <[email protected]>2021-05-25 14:47:42 +0800
commit451e166c57152eb11a3e3e7991dd6d39b7805cd7 (patch)
tree21dcddad8e7c85276af4a931cd24a1ca3dcb52c0 /pom.xml
parentfde3dcf667ef7da60491099c00644b284380137b (diff)
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 2b23d06..9e6509e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -42,6 +42,11 @@
<artifactId>spring-boot-starter-test</artifactId>
<scope>test</scope>
</dependency>
+ <dependency>
+ <groupId>com.alibaba</groupId>
+ <artifactId>fastjson</artifactId>
+ <version>1.2.45</version>
+ </dependency>
<!-- 添加 XJar 依赖 -->
<!-- <dependency>-->
<!-- <groupId>com.github.core-lib</groupId>-->