From 2735efaf7df2ad27fe97adb39a053a5de26a84ea Mon Sep 17 00:00:00 2001 From: huangzhen <867217663@qq.com> Date: 星期四, 28 九月 2023 11:00:07 +0800 Subject: [PATCH] 代码优化 --- pom.xml | 11 ++++++++++- 1 files changed, 10 insertions(+), 1 deletions(-) diff --git a/pom.xml b/pom.xml index ce5a9ec..04639c3 100644 --- a/pom.xml +++ b/pom.xml @@ -196,7 +196,16 @@ <artifactId>hutool-all</artifactId> <version>${hutool.version}</version> </dependency> - + <dependency> + <groupId>org.apache.httpcomponents</groupId> + <artifactId>httpclient</artifactId> + <version>4.5.14</version> + </dependency> + <dependency> + <groupId>com.google.code.gson</groupId> + <artifactId>gson</artifactId> + <version>2.8.5</version> + </dependency> </dependencies> </dependencyManagement> -- Gitblit v1.9.2