HttpClientUtils 使用 jdk 自带的 http5 替代 apache httpclient 工具

This commit is contained in:
thinkgem
2025-03-27 14:39:30 +08:00
parent c7cc1343c8
commit 6324fa15ae
4 changed files with 180 additions and 170 deletions

View File

@@ -87,13 +87,6 @@
<version>${snakeyaml.version}</version>
</dependency>
<!-- Apache HTTP -->
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
<version>${httpclient.version}</version>
</dependency>
<!-- Email -->
<dependency>
<groupId>org.apache.commons</groupId>