Update pom.xml

远程监控使用了httpclient,增加httpclient的依赖
This commit is contained in:
elasticsearch-ik 2014-09-24 15:40:45 +08:00
parent 694b68c93a
commit 4a00e82430

View File

@ -52,6 +52,13 @@
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.apache.httpcomponents</groupId>
<artifactId>httpclient</artifactId>
<version>4.3.5</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>log4j</groupId>
<artifactId>log4j</artifactId>