From cfb52117fc8b2b8dcd34644fd60c678a5693edbd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=96=AF=E7=8B=82=E7=9A=84=E7=8B=AE=E5=AD=90li?= <15040126243@163.com> Date: Fri, 23 Dec 2022 14:51:38 +0800 Subject: [PATCH] =?UTF-8?q?reset=20=E5=9B=9E=E6=BB=9A=E9=94=99=E8=AF=AF?= =?UTF-8?q?=E4=BF=AE=E6=94=B9=20=E5=B1=8F=E8=94=BD=20fastjson=20=E7=AD=89?= =?UTF-8?q?=E4=BE=9D=E8=B5=96=E4=B9=8B=E5=90=8E=20=E4=BC=9A=E5=AF=BC?= =?UTF-8?q?=E8=87=B4=E8=BF=90=E8=A1=8C=E6=9C=9F=E9=97=B4=E6=8A=A5=E9=94=99?= =?UTF-8?q?=E6=89=BE=E4=B8=8D=E5=88=B0=E7=B1=BB=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pom.xml | 14 ++++---- ruoyi-common/ruoyi-common-dubbo/pom.xml | 32 ----------------- ruoyi-common/ruoyi-common-seata/pom.xml | 35 ------------------- ruoyi-common/ruoyi-common-sentinel/pom.xml | 13 ------- ruoyi-visual/ruoyi-nacos/pom.xml | 1 + ruoyi-visual/ruoyi-seata-server/pom.xml | 1 + ruoyi-visual/ruoyi-sentinel-dashboard/pom.xml | 3 +- 7 files changed, 11 insertions(+), 88 deletions(-) diff --git a/pom.xml b/pom.xml index 341ac76b..e3c71aa2 100644 --- a/pom.xml +++ b/pom.xml @@ -41,14 +41,10 @@ 7.14.0 8.13.0 - - 1.8.6 - 1.6.1 - 2.2.0 - 3.1.3 - 1.33 + + 1.2.83 1.12.349 @@ -342,6 +338,12 @@ ${snakeyaml.version} + + com.alibaba + fastjson + ${fastjson.version} + + diff --git a/ruoyi-common/ruoyi-common-dubbo/pom.xml b/ruoyi-common/ruoyi-common-dubbo/pom.xml index 876355f1..941c55b5 100644 --- a/ruoyi-common/ruoyi-common-dubbo/pom.xml +++ b/ruoyi-common/ruoyi-common-dubbo/pom.xml @@ -15,18 +15,6 @@ ruoyi-common-dubbo - - - - org.apache.dubbo - dubbo-dependencies-bom - ${dubbo.version} - pom - import - - - - com.ruoyi @@ -56,10 +44,6 @@ com.alibaba fastjson - - com.alibaba.fastjson2 - fastjson2 - com.google.code.gson gson @@ -67,22 +51,6 @@ - - com.alibaba - fastjson - provided - - - com.alibaba.fastjson2 - fastjson2 - provided - - - com.google.code.gson - gson - provided - - org.projectlombok lombok diff --git a/ruoyi-common/ruoyi-common-seata/pom.xml b/ruoyi-common/ruoyi-common-seata/pom.xml index 8413ec27..5af69bc2 100644 --- a/ruoyi-common/ruoyi-common-seata/pom.xml +++ b/ruoyi-common/ruoyi-common-seata/pom.xml @@ -15,18 +15,6 @@ ruoyi-common-seata 分布式事务 - - - - io.seata - seata-dependencies - ${seata.version} - pom - import - - - - @@ -38,34 +26,11 @@ org.apache.logging.log4j * - - com.google.guava - guava - com.alibaba druid - - com.alibaba - fastjson - - - com.google.guava - guava - provided - - - com.alibaba - druid - provided - - - com.alibaba - fastjson - provided - diff --git a/ruoyi-common/ruoyi-common-sentinel/pom.xml b/ruoyi-common/ruoyi-common-sentinel/pom.xml index 6a6c8387..ad768df9 100644 --- a/ruoyi-common/ruoyi-common-sentinel/pom.xml +++ b/ruoyi-common/ruoyi-common-sentinel/pom.xml @@ -19,19 +19,6 @@ com.alibaba.cloud spring-cloud-starter-alibaba-sentinel - - - com.alibaba - fastjson - - - - - - com.alibaba - fastjson - 1.2.83 - provided diff --git a/ruoyi-visual/ruoyi-nacos/pom.xml b/ruoyi-visual/ruoyi-nacos/pom.xml index 5dc915e7..c7890452 100644 --- a/ruoyi-visual/ruoyi-nacos/pom.xml +++ b/ruoyi-visual/ruoyi-nacos/pom.xml @@ -27,6 +27,7 @@ jar + 2.2.0 ${project.basedir}/src/main/resources/lib diff --git a/ruoyi-visual/ruoyi-seata-server/pom.xml b/ruoyi-visual/ruoyi-seata-server/pom.xml index 6addb0a0..e1995333 100644 --- a/ruoyi-visual/ruoyi-seata-server/pom.xml +++ b/ruoyi-visual/ruoyi-seata-server/pom.xml @@ -27,6 +27,7 @@ jar + 1.6.1 1.72 1.2.12 diff --git a/ruoyi-visual/ruoyi-sentinel-dashboard/pom.xml b/ruoyi-visual/ruoyi-sentinel-dashboard/pom.xml index 5e4abe4b..3eeaf1ae 100644 --- a/ruoyi-visual/ruoyi-sentinel-dashboard/pom.xml +++ b/ruoyi-visual/ruoyi-sentinel-dashboard/pom.xml @@ -13,8 +13,8 @@ jar + 1.8.6 4.0.1 - 1.2.83 @@ -94,7 +94,6 @@ com.alibaba fastjson - ${fastjson.version}