From 812e9727aed793a7fd6fa5911fa145a08b04283b Mon Sep 17 00:00:00 2001
From: hewencai <2357300448@qq.com>
Date: Mon, 29 Dec 2025 16:16:06 +0800
Subject: [PATCH] =?UTF-8?q?fix:=E6=B7=BB=E5=8A=A0seata=E8=BE=BE=E6=A2=A6?=
=?UTF-8?q?=E6=95=B0=E6=8D=AE=E5=BA=93=E5=85=BC=E5=AE=B9=E8=A1=A5=E4=B8=81?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
zt-module-system/zt-module-system-server/pom.xml | 11 ++++++++++-
1 file changed, 10 insertions(+), 1 deletion(-)
diff --git a/zt-module-system/zt-module-system-server/pom.xml b/zt-module-system/zt-module-system-server/pom.xml
index 71cc87f0..b20de884 100644
--- a/zt-module-system/zt-module-system-server/pom.xml
+++ b/zt-module-system/zt-module-system-server/pom.xml
@@ -137,7 +137,12 @@
com.zt.plat
zt-spring-boot-starter-monitor
-
+
+
+ com.zt.plat
+ zt-spring-boot-starter-seata-dm
+ ${revision}
+
org.apache.seata
@@ -190,6 +195,10 @@
com.zt.plat
zt-spring-boot-starter-mq
+
+ cn.hutool
+ hutool-all
+