From e241acb82959328535d8f903902863bd420df139 Mon Sep 17 00:00:00 2001
From: vince <757871790@qq.com>
Date: 星期一, 04 九月 2023 10:28:32 +0800
Subject: [PATCH] 增加zldz协议

---
 igds-web/pom.xml |   47 ++++++++++++++++++++++++++++++++++++++---------
 1 files changed, 38 insertions(+), 9 deletions(-)

diff --git a/igds-web/pom.xml b/igds-web/pom.xml
index e2ef9c4..de80120 100644
--- a/igds-web/pom.xml
+++ b/igds-web/pom.xml
@@ -125,6 +125,7 @@
             <artifactId>igds-api-phone</artifactId>
             <version>${igds.version}</version>
         </dependency>
+
         <!-- 鍏朵粬閫氱敤鍝佺墝鍗忚 -->
         <dependency>
             <groupId>com.ld.igds</groupId>
@@ -168,6 +169,23 @@
             </exclusions>
         </dependency>
 
+        <!-- MODBUS-TCP -->
+<!--        <dependency>-->
+<!--            <groupId>com.ld.igds</groupId>-->
+<!--            <artifactId>igds-protocol-modbus</artifactId>-->
+<!--            <version>${igds.version}</version>-->
+<!--            <exclusions>-->
+<!--                <exclusion>-->
+<!--                    <artifactId>slf4j-log4j12</artifactId>-->
+<!--                    <groupId>org.slf4j</groupId>-->
+<!--                </exclusion>-->
+<!--                <exclusion>-->
+<!--                    <artifactId>log4j</artifactId>-->
+<!--                    <groupId>log4j</groupId>-->
+<!--                </exclusion>-->
+<!--            </exclusions>-->
+<!--        </dependency>-->
+
 
         <!-- 绉佹湁鍗忚-椋庢鑷磋繙IOT銆佸埗姘満-->
         <dependency>
@@ -186,7 +204,7 @@
             </exclusions>
         </dependency>
 
-        <!--  绉佹湁鍗忚-璐濆崥绮儏
+        <!--  绉佹湁鍗忚-璐濆崥绮儏-->
         <dependency>
             <groupId>com.ld.igds</groupId>
             <artifactId>igds-protocol-beibo</artifactId>
@@ -201,9 +219,9 @@
                     <groupId>log4j</groupId>
                 </exclusion>
             </exclusions>
-        </dependency>-->
+        </dependency>
 
-        <!--  绉佹湁鍗忚-閭︽捣鏅鸿兘
+        <!--  绉佹湁鍗忚-閭︽捣鏅鸿兘-->
         <dependency>
             <groupId>com.ld.igds</groupId>
             <artifactId>igds-protocol-bhzn</artifactId>
@@ -218,9 +236,23 @@
                     <groupId>log4j</groupId>
                 </exclusion>
             </exclusions>
-        </dependency>-->
-
-        <!--  娴峰悍杞︾墝璇嗗埆-SDK 
+        </dependency>
+        <dependency>
+            <groupId>com.ld.igds</groupId>
+            <artifactId>igds-protocol-zldz</artifactId>
+            <version>${igds.version}</version>
+            <exclusions>
+                <exclusion>
+                    <artifactId>slf4j-log4j12</artifactId>
+                    <groupId>org.slf4j</groupId>
+                </exclusion>
+                <exclusion>
+                    <artifactId>log4j</artifactId>
+                    <groupId>log4j</groupId>
+                </exclusion>
+            </exclusions>
+        </dependency>
+        <!--  娴峰悍杞︾墝璇嗗埆-SDK -->
         <dependency>
             <groupId>com.ld.igds</groupId>
             <artifactId>igds-protocol-sdk</artifactId>
@@ -236,10 +268,7 @@
                 </exclusion>
             </exclusions>
         </dependency>
-        -->
-        
     </dependencies>
-    
 
     <dependencyManagement>
         <dependencies>

--
Gitblit v1.9.3