chenw 7 лет назад
Родитель
Сommit
1073c9cca9
1 измененных файлов с 4 добавлено и 0 удалено
  1. 4 0
      framework/core/pom.xml

+ 4 - 0
framework/core/pom.xml

@@ -62,6 +62,10 @@
             <groupId>com.google.guava</groupId>
             <artifactId>guava</artifactId>
         </dependency>
+        <dependency>
+            <groupId>org.apache.httpcomponents</groupId>
+            <artifactId>httpclient</artifactId>
+        </dependency>
     </dependencies>
 
 </project>