wanghc 3 anni fa
parent
commit
c96e2580a5
1 ha cambiato i file con 5 aggiunte e 1 eliminazioni
  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>