From 792da3dcdef9679c36adc4d54f3bff0f415c0fe2 Mon Sep 17 00:00:00 2001 From: EricsHu <hrr145632> Date: 星期四, 11 五月 2023 16:53:23 +0800 Subject: [PATCH] 111 --- pom.xml | 7 +++++++ 1 files changed, 7 insertions(+), 0 deletions(-) diff --git a/pom.xml b/pom.xml index d9f2530..2732c81 100644 --- a/pom.xml +++ b/pom.xml @@ -435,6 +435,13 @@ <classifier>jdk15</classifier><!-- 鎸囧畾jdk鐗堟湰 --> </dependency> + + <dependency> + <groupId>org.apache.httpcomponents</groupId> + <artifactId>httpclient</artifactId> + <version>4.5.2</version> + </dependency> + </dependencies> <build> <plugins> -- Gitblit v1.8.0