hanqingsong 5 роки тому
батько
коміт
c8ef79ce2c
1 змінених файлів з 6 додано та 0 видалено
  1. 6 0
      pom.xml

+ 6 - 0
pom.xml

@@ -108,6 +108,12 @@
108 108
             <artifactId>fastjson</artifactId>
109 109
             <version>1.2.37</version>
110 110
         </dependency>
111
+        <!-- https://mvnrepository.com/artifact/org.apache.httpcomponents/httpclient -->
112
+        <dependency>
113
+            <groupId>org.apache.httpcomponents</groupId>
114
+            <artifactId>httpclient</artifactId>
115
+            <version>4.5.6</version>
116
+        </dependency>
111 117
     </dependencies>
112 118
 
113 119
     <!-- 导入Spring Cloud的依赖管理 -->