From 8813646a1076600646630eba58940b7b7ba46c90 Mon Sep 17 00:00:00 2001 From: Shiwei Tian Date: Tue, 31 Oct 2017 09:46:04 +0800 Subject: [PATCH] add pom httpclient Issue-ID: HOLMES-71 Change-Id: I1333ea86ddfcb1b693c5ca20ffaf613465c1ecf4 Signed-off-by: Shiwei Tian --- holmes-actions/pom.xml | 4 ++++ pom.xml | 5 +++++ 2 files changed, 9 insertions(+) diff --git a/holmes-actions/pom.xml b/holmes-actions/pom.xml index a44a27f..d72348e 100644 --- a/holmes-actions/pom.xml +++ b/holmes-actions/pom.xml @@ -123,6 +123,10 @@ org.glassfish.jersey.core jersey-common + + org.apache.httpcomponents + httpclient + net.sf.json-lib json-lib diff --git a/pom.xml b/pom.xml index 9406d9c..0977abe 100644 --- a/pom.xml +++ b/pom.xml @@ -172,6 +172,11 @@ activemq-pool 5.8.0 + + org.apache.httpcomponents + httpclient + 4.5.3 + -- 2.16.6