From e328acd399dae70ccdf413a6dce94272563477b5 Mon Sep 17 00:00:00 2001 From: zhanghua <314079846@qq.com> Date: 星期一, 18 十二月 2023 15:03:06 +0800 Subject: [PATCH] 格式调整 --- ycl-platform/pom.xml | 5 +++++ 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/ycl-platform/pom.xml b/ycl-platform/pom.xml index c8f0758..909d85e 100644 --- a/ycl-platform/pom.xml +++ b/ycl-platform/pom.xml @@ -55,6 +55,11 @@ <artifactId>httpmime</artifactId> <version>4.5.14</version> </dependency> + <dependency> + <groupId>com.alibaba.fastjson2</groupId> + <artifactId>fastjson2</artifactId> + <version>2.0.14</version> + </dependency> </dependencies> <!-- <build>--> -- Gitblit v1.8.0