From 87a27968397f6b0b49570347529bbc35c119fedd Mon Sep 17 00:00:00 2001 From: clay <20932067@zju.edu.cn> Date: Fri, 15 Mar 2024 10:51:21 +0800 Subject: [PATCH] =?UTF-8?q?build:=20=E6=8E=92=E9=99=A4fastjson1=20?= =?UTF-8?q?=E7=9A=84=E4=BE=9D=E8=B5=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- common/common-dubbo/pom.xml | 10 ++++++++++ common/common-seata/pom.xml | 6 ++++++ common/common-security/pom.xml | 6 ++++++ gateway/pom.xml | 6 ++++++ 4 files changed, 28 insertions(+) diff --git a/common/common-dubbo/pom.xml b/common/common-dubbo/pom.xml index 640de4e..16bfced 100644 --- a/common/common-dubbo/pom.xml +++ b/common/common-dubbo/pom.xml @@ -17,6 +17,10 @@ + + cn.fateverse + common-core + org.apache.dubbo dubbo-registry-nacos @@ -45,6 +49,12 @@ org.apache.dubbo dubbo-spring-boot-starter ${dubbo.version} + + + com.alibaba.fastjson2 + fastjson2 + + diff --git a/common/common-seata/pom.xml b/common/common-seata/pom.xml index 2fdabbd..782ba98 100644 --- a/common/common-seata/pom.xml +++ b/common/common-seata/pom.xml @@ -23,6 +23,12 @@ com.alibaba.cloud spring-cloud-starter-alibaba-seata + + + com.alibaba + fastjson + + io.seata diff --git a/common/common-security/pom.xml b/common/common-security/pom.xml index a1b3f92..d6159a0 100644 --- a/common/common-security/pom.xml +++ b/common/common-security/pom.xml @@ -27,6 +27,12 @@ com.alibaba.cloud spring-cloud-starter-alibaba-sentinel + + + com.alibaba + fastjson + + diff --git a/gateway/pom.xml b/gateway/pom.xml index 79ffb34..ee7b72e 100644 --- a/gateway/pom.xml +++ b/gateway/pom.xml @@ -27,6 +27,12 @@ com.alibaba.cloud spring-cloud-starter-alibaba-sentinel + + + com.alibaba + fastjson + +