From 4a42e8745fe27cf8edf500eaa5b2d65e080c09b0 Mon Sep 17 00:00:00 2001 From: cuilei <ray_tsu1@163.com> Date: 星期二, 06 五月 2025 16:10:34 +0800 Subject: [PATCH] 住掉无用的仓库管理代码(防类名冲突)、start模块添加tms模块依赖 --- lxzn-module-dnc/pom.xml | 16 ++++++++++++++-- 1 files changed, 14 insertions(+), 2 deletions(-) diff --git a/lxzn-module-dnc/pom.xml b/lxzn-module-dnc/pom.xml index 1e40853..2c815f4 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> @@ -46,6 +46,18 @@ <groupId>org.springframework</groupId> <artifactId>spring-test</artifactId> </dependency> + <dependency> + <groupId>org.jeecgframework.boot</groupId> + <artifactId>lxzn-module-mdc-common</artifactId> + <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