hanqingsong лет назад: 5
Родитель
Сommit
f39b1eaab0
1 измененных файлов с 6 добавлено и 0 удалено
  1. 6 0
      pom.xml

+ 6 - 0
pom.xml

@@ -94,6 +94,12 @@
94
             <artifactId>fastjson</artifactId>
94
             <artifactId>fastjson</artifactId>
95
             <version>1.2.37</version>
95
             <version>1.2.37</version>
96
         </dependency>
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
     </dependencies>
103
     </dependencies>
98
 
104
 
99
     <dependencyManagement>
105
     <dependencyManagement>