From 87874019eefbe03dd429b5b7eed49d963ef03c88 Mon Sep 17 00:00:00 2001 From: Lius <Lius2225@163.com> Date: 星期五, 21 三月 2025 13:18:54 +0800 Subject: [PATCH] 提交MDC-COMMON模块 --- lxzn-module-system/lxzn-system-start/pom.xml | 34 ++++++++++++++++++++++++++++++++-- 1 files changed, 32 insertions(+), 2 deletions(-) diff --git a/lxzn-module-system/lxzn-system-start/pom.xml b/lxzn-module-system/lxzn-system-start/pom.xml index f09da3b..9392ade 100644 --- a/lxzn-module-system/lxzn-system-start/pom.xml +++ b/lxzn-module-system/lxzn-system-start/pom.xml @@ -10,7 +10,7 @@ <modelVersion>4.0.0</modelVersion> <artifactId>lxzn-system-start</artifactId> - + <dependencies> <!-- SYSTEM 绯荤粺绠$悊妯″潡 --> <dependency> @@ -24,6 +24,36 @@ <artifactId>lxzn-module-mdc</artifactId> <version>${jeecgboot.version}</version> </dependency> + <!--mdc common 妯″潡--> + <dependency> + <groupId>org.jeecgframework.boot</groupId> + <artifactId>lxzn-module-mdc-common</artifactId> + <version>${jeecgboot.version}</version> + </dependency> + <!-- DNC 鏁版嵁閲囬泦鍒嗘瀽妯″潡 --> + <dependency> + <groupId>org.jeecgframework.boot</groupId> + <artifactId>lxzn-module-dnc</artifactId> + <version>${jeecgboot.version}</version> + </dependency> + <!-- flowable 妯″潡 --> + <dependency> + <groupId>org.jeecgframework.boot</groupId> + <artifactId>lxzn-module-flowable</artifactId> + <version>${jeecgboot.version}</version> + </dependency> + <!-- msi 妯″潡 --> + <dependency> + <groupId>org.jeecgframework.boot</groupId> + <artifactId>lxzn-module-msi</artifactId> + <version>${jeecgboot.version}</version> + </dependency> + <!--EAM 妯″潡--> + <dependency> + <groupId>org.jeecgframework.boot</groupId> + <artifactId>lxzn-module-eam</artifactId> + <version>${jeecgboot.version}</version> + </dependency> </dependencies> <build> @@ -35,4 +65,4 @@ </plugins> </build> -</project> \ No newline at end of file +</project> -- Gitblit v1.9.3