From 4a00e82430c1c6d9e6a8bd734b14fd2a0e0f630d Mon Sep 17 00:00:00 2001 From: elasticsearch-ik Date: Wed, 24 Sep 2014 15:40:45 +0800 Subject: [PATCH] Update pom.xml MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 远程监控使用了httpclient,增加httpclient的依赖 --- pom.xml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/pom.xml b/pom.xml index cf454ea..2534484 100644 --- a/pom.xml +++ b/pom.xml @@ -51,6 +51,13 @@ ${elasticsearch.version} compile + + + org.apache.httpcomponents + httpclient + 4.3.5 + compile + log4j -- GitLab