From bd946b3758c86dab28f044c0a411adca2c0b55f9 Mon Sep 17 00:00:00 2001 From: liurunyu <lry9898@163.com> Date: 星期一, 27 十一月 2023 14:32:42 +0800 Subject: [PATCH] 增加了相关apache poi及apache http相关 --- pipIrr-platform/pipIrr-common/pom.xml | 14 ++++++++++++++ 1 files changed, 14 insertions(+), 0 deletions(-) diff --git a/pipIrr-platform/pipIrr-common/pom.xml b/pipIrr-platform/pipIrr-common/pom.xml index 893e832..dac97f0 100644 --- a/pipIrr-platform/pipIrr-common/pom.xml +++ b/pipIrr-platform/pipIrr-common/pom.xml @@ -115,6 +115,20 @@ <artifactId>mina-core</artifactId> <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> -- Gitblit v1.8.0