From 1eab27b32154cbde5045569a5cbb5f464f4f9889 Mon Sep 17 00:00:00 2001 From: zhangherong <571457620@qq.com> Date: 星期五, 21 三月 2025 11:02:44 +0800 Subject: [PATCH] art: 设备管理-抽取 common 模块 --- pom.xml | 8 ++++++-- 1 files changed, 6 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index ac2f6da..1c6289c 100644 --- a/pom.xml +++ b/pom.xml @@ -66,6 +66,10 @@ <module>lxzn-module-system</module> <module>lxzn-module-mdc</module> <module>lxzn-module-dnc</module> + <module>lxzn-module-flowable</module> + <module>lxzn-module-msi</module> + <module>lxzn-module-eam</module> + <module>lxzn-module-eam-common</module> </modules> <repositories> @@ -394,7 +398,7 @@ <url>http://maven.jeecg.com:8090/nexus/content/repositories/snapshots/</url> </snapshotRepository> </distributionManagement> - + <!-- 鐜 --> <profiles> <!-- 寮�鍙� --> @@ -442,4 +446,4 @@ </profiles> -</project> \ No newline at end of file +</project> -- Gitblit v1.9.3