From 402de42b050c8d12c794e205072f7c526db516c4 Mon Sep 17 00:00:00 2001
From: lisy <linlangsur163@163.com>
Date: 星期一, 03 七月 2023 16:23:18 +0800
Subject: [PATCH] 其他模块:http请求坐标预添加,防止HttpClientUtil报错

---
 cloud-server-other/pom.xml |    6 ++++++
 1 files changed, 6 insertions(+), 0 deletions(-)

diff --git a/cloud-server-other/pom.xml b/cloud-server-other/pom.xml
index 7a62058..badc146 100644
--- a/cloud-server-other/pom.xml
+++ b/cloud-server-other/pom.xml
@@ -76,6 +76,12 @@
             <version>1.5.22</version>
         </dependency>
 
+        <!--        http-->
+        <dependency>
+            <groupId>org.apache.httpcomponents</groupId>
+            <artifactId>httpclient</artifactId>
+            <version>4.5.13</version>
+        </dependency>
 
         <!--        mybatis generertor-->
 

--
Gitblit v1.7.1