From c91543b503d89f780900c38650bb5ac8e85f97a1 Mon Sep 17 00:00:00 2001 From: fengyw Date: Thu, 12 Oct 2023 13:47:57 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E9=9B=86=E6=88=90seata=EF=BC=8C?= =?UTF-8?q?=E8=AF=BE=E7=A8=8B=E8=B4=AD=E4=B9=B0=E6=B5=81=E7=A8=8B=E5=A2=9E?= =?UTF-8?q?=E5=8A=A0=E5=85=A8=E5=B1=80=E4=BA=8B=E5=8A=A1=E6=8E=A7=E5=88=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pom.xml | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/pom.xml b/pom.xml index 8d887c8e..ce6c8ead 100644 --- a/pom.xml +++ b/pom.xml @@ -69,7 +69,6 @@ - 8.0.22 UTF-8 UTF-8 1.8 @@ -110,6 +109,12 @@ 4.8.1 + + io.seata + seata-spring-boot-starter + 1.6.1 + + com.roncoo @@ -146,12 +151,6 @@ roncoo-education-common-service ${project.version} - - - mysql - mysql-connector-java - ${mysql.connector.version} - -- GitLab