Explorar el Código

增加httpclient依赖

shuzheng hace 9 años
padre
commit
721c684c8f
Se han modificado 1 ficheros con 6 adiciones y 0 borrados
  1. 6 0
      zheng-common/pom.xml

+ 6 - 0
zheng-common/pom.xml

@@ -197,6 +197,12 @@
             <artifactId>mail</artifactId>
             <version>1.4.7</version>
         </dependency>
+        <!-- httpclient -->
+        <dependency>
+            <groupId>org.apache.httpcomponents</groupId>
+            <artifactId>httpclient</artifactId>
+            <version>4.5.2</version>
+        </dependency>
         <!-- servlet -->
         <dependency>
             <groupId>javax.servlet</groupId>