Browse Source

1.增加httpUtil

chenw 7 years ago
parent
commit
1073c9cca9
1 changed files with 4 additions and 0 deletions
  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>