From 6089f1cf8e57e4b4fc8aec31e042a443a05e864d Mon Sep 17 00:00:00 2001 From: xs Date: Mon, 19 May 2025 11:32:09 +0800 Subject: [PATCH] =?UTF-8?q?1.3.6=20=E5=90=8E=E7=AB=AF=EF=BC=9A=E7=8A=B6?= =?UTF-8?q?=E6=80=81=E5=8F=98=E6=8D=A2=E7=A4=BA=E4=BE=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ruoyi-modules/hwmom-mes/pom.xml | 34 +++++++++++++++++++++++++++++---- 1 file changed, 30 insertions(+), 4 deletions(-) diff --git a/ruoyi-modules/hwmom-mes/pom.xml b/ruoyi-modules/hwmom-mes/pom.xml index e049731..099fc32 100644 --- a/ruoyi-modules/hwmom-mes/pom.xml +++ b/ruoyi-modules/hwmom-mes/pom.xml @@ -111,10 +111,6 @@ com.microsoft.sqlserver mssql-jdbc - - com.microsoft.sqlserver - mssql-jdbc - org.dromara hwmom-common-mom @@ -135,6 +131,36 @@ compile + + + org.springframework.statemachine + spring-statemachine-core + 3.2.0 + + + + org.springframework.statemachine + spring-statemachine-starter + 3.2.0 + + + + org.springframework.statemachine + spring-statemachine-autoconfigure + 3.2.0 + + + javax.persistence + javax.persistence-api + 2.2 + + + + org.springframework.statemachine + spring-statemachine-data-jpa + 3.2.0 + +