From 7e6e59aa162776a0ab37cfbc0c6c79d14100eb69 Mon Sep 17 00:00:00 2001 From: CZT <czt18638530771@163.com> Date: 星期六, 16 九月 2023 18:09:57 +0800 Subject: [PATCH] 增加DL/T645多功能电表协议 --- igds-web/pom.xml | 17 +++++++++++++++++ 1 files changed, 17 insertions(+), 0 deletions(-) diff --git a/igds-web/pom.xml b/igds-web/pom.xml index 52d0223..0ba6140 100644 --- a/igds-web/pom.xml +++ b/igds-web/pom.xml @@ -222,6 +222,23 @@ </exclusions> </dependency>--> + <!-- 绉佹湁鍗忚-DLT645鐢佃〃鍗忚--> + <dependency> + <groupId>com.ld.igds</groupId> + <artifactId>igds-protocol-es</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> + <!-- 绉佹湁鍗忚-閭︽捣鏅鸿兘 <dependency> <groupId>com.ld.igds</groupId> -- Gitblit v1.9.3