From e09265c69d5277c2f2297a2d507b116bc3afb6f4 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: Thu, 22 Dec 2022 13:56:50 +0800
Subject: [PATCH] =?UTF-8?q?update=20=E4=BC=98=E5=8C=96=20=E7=A7=81?=
=?UTF-8?q?=E6=9C=89=E5=8C=96=20seata=20=E4=BE=9D=E8=B5=96=E4=BC=A0?=
=?UTF-8?q?=E9=80=92=20=E5=8C=85=E5=90=AB=20guava=20druid=20fastjson?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
ruoyi-common/ruoyi-common-seata/pom.xml | 30 ++++++++++++++++++++++++-
1 file changed, 29 insertions(+), 1 deletion(-)
diff --git a/ruoyi-common/ruoyi-common-seata/pom.xml b/ruoyi-common/ruoyi-common-seata/pom.xml
index 1e956ee1..95b2ad31 100644
--- a/ruoyi-common/ruoyi-common-seata/pom.xml
+++ b/ruoyi-common/ruoyi-common-seata/pom.xml
@@ -26,8 +26,36 @@
org.apache.logging.log4j
*
+
+ com.google.guava
+ guava
+
+
+ com.alibaba
+ druid
+
+
+ com.alibaba
+ fastjson
+
-
+
+ com.google.guava
+ guava
+ provided
+
+
+ com.alibaba
+ druid
+ 1.2.6
+ provided
+
+
+ com.alibaba
+ fastjson
+ 1.2.83
+ provided
+