From 5b7d4188e0c76d3891ea847921ecf65737be3c30 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: Tue, 27 Dec 2022 14:35:35 +0800 Subject: [PATCH] =?UTF-8?q?fix=20=E4=BF=AE=E5=A4=8D=20=E6=96=B0=E7=89=88?= =?UTF-8?q?=E6=9C=AC=20dubbo-filter-seata=20=E6=8F=92=E4=BB=B6=E5=86=85?= =?UTF-8?q?=E6=A0=B8=E4=B8=8Eseata=E4=B8=8D=E4=B8=80=E8=87=B4=E9=97=AE?= =?UTF-8?q?=E9=A2=98(=E4=B8=B4=E6=97=B6)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ruoyi-common/ruoyi-common-seata/pom.xml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/ruoyi-common/ruoyi-common-seata/pom.xml b/ruoyi-common/ruoyi-common-seata/pom.xml index 5af69bc2..1bb95c8b 100644 --- a/ruoyi-common/ruoyi-common-seata/pom.xml +++ b/ruoyi-common/ruoyi-common-seata/pom.xml @@ -17,6 +17,18 @@ + + org.apache.dubbo.extensions + dubbo-filter-seata + 1.0.1 + + + io.seata + seata-core + + + + com.alibaba.cloud @@ -30,6 +42,10 @@ com.alibaba druid + + org.apache.dubbo.extensions + dubbo-filter-seata +