From 04f8926de94485ceffab2f1936b60f27d2cae87f Mon Sep 17 00:00:00 2001 From: liaozan <378024053@qq.com> Date: Sun, 16 Apr 2023 14:26:09 +0800 Subject: [PATCH] Add fastjson2 --- pom.xml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index eb4fdf0..ced33e4 100644 --- a/pom.xml +++ b/pom.xml @@ -74,6 +74,7 @@ 3.5.0 3.2.1 1.2.83 + 2.0.28 31.1-jre 5.1.0 5.8.17 @@ -241,6 +242,11 @@ fastjson ${fastjson.version} + + com.alibaba.fastjson2 + fastjson2 + ${fastjson2.version} + com.alibaba easyexcel @@ -256,7 +262,7 @@ dubbo-spring-boot-starter ${dubbo.version} - + org.apache.dubbo dubbo-common -- GitLab