From d50b97408847b6b0f8532a7b6bbf3d2dbb228df8 Mon Sep 17 00:00:00 2001
From: liurunyu <lry9898@163.com>
Date: 星期六, 18 五月 2024 11:16:04 +0800
Subject: [PATCH] 1、完善协议实现代码; 2、增加命令结果接收Controller。
---
pipIrr-platform/pipIrr-common/pom.xml | 12 +++++-------
1 files changed, 5 insertions(+), 7 deletions(-)
diff --git a/pipIrr-platform/pipIrr-common/pom.xml b/pipIrr-platform/pipIrr-common/pom.xml
index 2b86036..480dd56 100644
--- a/pipIrr-platform/pipIrr-common/pom.xml
+++ b/pipIrr-platform/pipIrr-common/pom.xml
@@ -128,13 +128,6 @@
<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 +139,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