增加httpclient依赖

This commit is contained in:
shuzheng 2016-12-12 13:29:20 +08:00
parent 818bfa9499
commit 721c684c8f
1 changed files with 6 additions and 0 deletions

View File

@ -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>