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 + +