diff --git a/pom.xml b/pom.xml
index 2634050e8..5ddeef77e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -50,7 +50,7 @@
8.7.2-20241022
- 1.3.3
+ 1.3.4
3.2.2
@@ -120,17 +120,12 @@
- org.dromara
- warm-flow-mybatis-plus-sb-starter
+ org.dromara.warm
+ warm-flow-mybatis-plus-sb3-starter
${warm-flow.version}
- org.dromara
- warm-flow-plugin-spel
- ${warm-flow.version}
-
-
- org.dromara
+ org.dromara.warm
warm-flow-plugin-ui-sb-web
${warm-flow.version}
diff --git a/ruoyi-modules/ruoyi-workflow/pom.xml b/ruoyi-modules/ruoyi-workflow/pom.xml
index 980a2bfad..c64ee5a80 100644
--- a/ruoyi-modules/ruoyi-workflow/pom.xml
+++ b/ruoyi-modules/ruoyi-workflow/pom.xml
@@ -65,17 +65,12 @@
org.dromara
ruoyi-common-security
-
- org.dromara
- warm-flow-mybatis-plus-sb-starter
+ org.dromara.warm
+ warm-flow-mybatis-plus-sb3-starter
- org.dromara
- warm-flow-plugin-spel
-
-
- org.dromara
+ org.dromara.warm
warm-flow-plugin-ui-sb-web
diff --git a/ruoyi-modules/ruoyi-workflow/src/main/java/org/dromara/workflow/service/impl/FlwDefinitionServiceImpl.java b/ruoyi-modules/ruoyi-workflow/src/main/java/org/dromara/workflow/service/impl/FlwDefinitionServiceImpl.java
index bcf5f0e88..64bbf6df2 100644
--- a/ruoyi-modules/ruoyi-workflow/src/main/java/org/dromara/workflow/service/impl/FlwDefinitionServiceImpl.java
+++ b/ruoyi-modules/ruoyi-workflow/src/main/java/org/dromara/workflow/service/impl/FlwDefinitionServiceImpl.java
@@ -84,7 +84,7 @@ public class FlwDefinitionServiceImpl implements IFlwDefinitionService {
try {
defService.importXml(file.getInputStream());
} catch (Exception e) {
- e.printStackTrace();
+ log.error("导入流程定义错误: {}", e.getMessage(), e);
throw new RuntimeException(e);
}
return true;