From 433bb0003d9341647576251c9031148fb8145d43 Mon Sep 17 00:00:00 2001 From: liurunyu <lry9898@163.com> Date: 星期三, 26 六月 2024 16:10:57 +0800 Subject: [PATCH] 1、通信协议报警解析部分修改; 2、SsoCtrl.java中增加注释; 3、代码完善。 --- pipIrr-platform/pipIrr-common/pom.xml | 18 +++++------------- 1 files changed, 5 insertions(+), 13 deletions(-) diff --git a/pipIrr-platform/pipIrr-common/pom.xml b/pipIrr-platform/pipIrr-common/pom.xml index 2b86036..c000009 100644 --- a/pipIrr-platform/pipIrr-common/pom.xml +++ b/pipIrr-platform/pipIrr-common/pom.xml @@ -122,19 +122,6 @@ <version>2.2.2</version> </dependency> - <!-- apache httpClient --> - <dependency> - <groupId>org.apache.httpcomponents</groupId> - <artifactId>httpclient</artifactId> - <version>4.5.14</version> - </dependency> - <!-- apache poi --> - <dependency> - <groupId>org.apache.poi</groupId> - <artifactId>poi</artifactId> - <version>3.14</version> - </dependency> - <!-- quartz --> <dependency> <groupId>org.quartz-scheduler</groupId> @@ -146,6 +133,11 @@ <groupId>cn.hutool</groupId> <artifactId>hutool-all</artifactId> </dependency> + <dependency> + <groupId>org.apache.logging.log4j</groupId> + <artifactId>log4j-slf4j-impl</artifactId> + <version>2.17.2</version> + </dependency> </dependencies> <build> -- Gitblit v1.8.0