chenw преди 7 години
родител
ревизия
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>