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-dnc/pom.xml | 10 ++++++++-- 1 files changed, 8 insertions(+), 2 deletions(-) diff --git a/lxzn-module-dnc/pom.xml b/lxzn-module-dnc/pom.xml index ed3a17f..4f22301 100644 --- a/lxzn-module-dnc/pom.xml +++ b/lxzn-module-dnc/pom.xml @@ -22,8 +22,8 @@ </dependency> <dependency> <groupId>org.jeecgframework.boot</groupId> - <artifactId>lxzn-module-activiti</artifactId> - <version>3.4.3</version> + <artifactId>lxzn-module-flowable</artifactId> + <version>${jeecgboot.version}</version> </dependency> <dependency> <groupId>org.graylog2</groupId> @@ -52,6 +52,12 @@ <version>3.4.3</version> <scope>compile</scope> </dependency> + <!-- pom.xml 娣诲姞FastUtil渚濊禆 --> + <dependency> + <groupId>it.unimi.dsi</groupId> + <artifactId>fastutil</artifactId> + <version>8.5.6</version> + </dependency> </dependencies> </project> -- Gitblit v1.9.3