From eec61b51d7b64695d177c7cedd2da49f03f8c26e Mon Sep 17 00:00:00 2001 From: Lius <Lius2225@163.com> Date: 星期四, 13 三月 2025 16:59:17 +0800 Subject: [PATCH] update --- lxzn-module-system/lxzn-system-biz/pom.xml | 18 ++++++++++++------ 1 files changed, 12 insertions(+), 6 deletions(-) diff --git a/lxzn-module-system/lxzn-system-biz/pom.xml b/lxzn-module-system/lxzn-system-biz/pom.xml index 548ab9c..810e691 100644 --- a/lxzn-module-system/lxzn-system-biz/pom.xml +++ b/lxzn-module-system/lxzn-system-biz/pom.xml @@ -34,11 +34,17 @@ <groupId>org.jeecgframework.jimureport</groupId> <artifactId>jimureport-spring-boot-starter</artifactId> </dependency> - <!-- 绉湪鎶ヨ〃 mongo redis 鏀寔鍖� - <dependency> - <groupId>org.jeecgframework.jimureport</groupId> - <artifactId>jimureport-nosql-starter</artifactId> - </dependency>--> + <dependency> + <groupId>org.jeecgframework.boot</groupId> + <artifactId>lxzn-module-flowable</artifactId> + <version>3.4.3</version> + <scope>compile</scope> + </dependency> + <!-- 绉湪鎶ヨ〃 mongo redis 鏀寔鍖� + <dependency> + <groupId>org.jeecgframework.jimureport</groupId> + <artifactId>jimureport-nosql-starter</artifactId> + </dependency>--> </dependencies> - + </project> -- Gitblit v1.9.3