wanghc 3 лет назад
Родитель
Сommit
c96e2580a5
1 измененных файлов с 5 добавлено и 1 удалено
  1. 5 1
      ipfcst-console/pom.xml

+ 5 - 1
ipfcst-console/pom.xml

@@ -115,7 +115,11 @@
       <artifactId>fastjson</artifactId>
       <version>${fastjson.version}</version>
     </dependency>
-
+    <dependency>
+      <groupId>org.apache.httpcomponents</groupId>
+      <artifactId>httpclient</artifactId>
+      <version>4.5.8</version>
+    </dependency>
     <dependency>
       <groupId>org.reflections</groupId>
       <artifactId>reflections</artifactId>