diff options
| author | shizhendong <[email protected]> | 2021-05-25 14:47:42 +0800 |
|---|---|---|
| committer | shizhendong <[email protected]> | 2021-05-25 14:47:42 +0800 |
| commit | 451e166c57152eb11a3e3e7991dd6d39b7805cd7 (patch) | |
| tree | 21dcddad8e7c85276af4a931cd24a1ca3dcb52c0 /pom.xml | |
| parent | fde3dcf667ef7da60491099c00644b284380137b (diff) | |
feat: fastjson 依赖v2.1-release2.0-kz-2021.07.05dev
Diffstat (limited to 'pom.xml')
| -rw-r--r-- | pom.xml | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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>--> |
