fix: 修复 maven 构建异常
diff --git a/common/core/pom.xml b/common/core/pom.xml
index b0a7e56..dcfe763 100644
--- a/common/core/pom.xml
+++ b/common/core/pom.xml
@@ -43,6 +43,16 @@
       <artifactId>feign-httpclient</artifactId>
       <optional>true</optional>
     </dependency>
+    <dependency>
+      <groupId>org.apache.httpcomponents</groupId>
+      <artifactId>httpclient</artifactId>
+      <optional>true</optional>
+    </dependency>
+    <dependency>
+      <groupId>org.apache.httpcomponents</groupId>
+      <artifactId>httpcore</artifactId>
+      <optional>true</optional>
+    </dependency>
     
     <dependency>
       <groupId>com.alibaba</groupId>