From 801a6ba1bce0de51a75256bc1a2d45e2f61d5056 Mon Sep 17 00:00:00 2001
From: zhangherong <571457620@qq.com>
Date: 星期二, 25 三月 2025 14:21:45 +0800
Subject: [PATCH] art: @AutoLog 日志去除

---
 lxzn-module-system/lxzn-system-start/pom.xml |   24 ++++++++++++++++++++----
 1 files changed, 20 insertions(+), 4 deletions(-)

diff --git a/lxzn-module-system/lxzn-system-start/pom.xml b/lxzn-module-system/lxzn-system-start/pom.xml
index 8291eb6..9392ade 100644
--- a/lxzn-module-system/lxzn-system-start/pom.xml
+++ b/lxzn-module-system/lxzn-system-start/pom.xml
@@ -24,20 +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>
-        <!-- activiti 妯″潡 -->
+        <!-- flowable 妯″潡 -->
         <dependency>
             <groupId>org.jeecgframework.boot</groupId>
-            <artifactId>lxzn-module-activiti</artifactId>
+            <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>

--
Gitblit v1.9.3