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

+ 6 - 0
pom.xml

@@ -94,6 +94,12 @@
94 94
             <artifactId>fastjson</artifactId>
95 95
             <version>1.2.37</version>
96 96
         </dependency>
97
+        <!-- https://mvnrepository.com/artifact/org.apache.httpcomponents/httpclient -->
98
+        <dependency>
99
+            <groupId>org.apache.httpcomponents</groupId>
100
+            <artifactId>httpclient</artifactId>
101
+            <version>4.5.6</version>
102
+        </dependency>
97 103
     </dependencies>
98 104
 
99 105
     <dependencyManagement>