Jelajahi Sumber

1.增加httpUtil

chenw 7 tahun lalu
induk
melakukan
1073c9cca9
1 mengubah file dengan 4 tambahan dan 0 penghapusan
  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>