From 26628d8e5e73a7a888131c706640827c63d0ae06 Mon Sep 17 00:00:00 2001 From: CZT <czt18638530771@163.com> Date: 星期三, 09 八月 2023 16:42:58 +0800 Subject: [PATCH] 增加配置信息--广西来宾项目信息 --- igds-web/pom.xml | 18 ++++++++++++++++++ 1 files changed, 18 insertions(+), 0 deletions(-) diff --git a/igds-web/pom.xml b/igds-web/pom.xml index 613beb3..3c2d2d5 100644 --- a/igds-web/pom.xml +++ b/igds-web/pom.xml @@ -168,6 +168,24 @@ </exclusions> </dependency> + + <!-- 绉佹湁鍗忚-椋庢鑷磋繙IOT銆佸埗姘満--> + <dependency> + <groupId>com.ld.igds</groupId> + <artifactId>igds-protocol-iot</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