From bb921522b934f30aac37cc5881a15d5142573d7c Mon Sep 17 00:00:00 2001 From: wuzeyu <1223318623@qq.com> Date: 星期二, 28 十一月 2023 08:50:01 +0800 Subject: [PATCH] Merge branch 'master' of http://8.140.179.55:20000/r/pipIrr-SV --- 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