From 02874ea411b2a4a1e0548dea3b1bdfdb67750c1c Mon Sep 17 00:00:00 2001 From: David Pilato Date: Wed, 8 Jul 2015 16:17:27 +0200 Subject: [PATCH] [build] explicitly add http-client dependency As discussed in the PR https://github.com/elastic/elasticsearch/pull/12036#issuecomment-119584570 --- plugins/cloud-aws/pom.xml | 7 +++++++ plugins/cloud-azure/pom.xml | 7 +++++++ plugins/cloud-gce/pom.xml | 7 +++++++ plugins/delete-by-query/pom.xml | 10 ---------- plugins/pom.xml | 8 ++++++++ 5 files changed, 29 insertions(+), 10 deletions(-) diff --git a/plugins/cloud-aws/pom.xml b/plugins/cloud-aws/pom.xml index e7c8169f370..9035a9bfb7b 100644 --- a/plugins/cloud-aws/pom.xml +++ b/plugins/cloud-aws/pom.xml @@ -33,6 +33,13 @@ aws-java-sdk-s3 ${amazonaws.version} + + + + org.apache.httpcomponents + httpclient + compile + diff --git a/plugins/cloud-azure/pom.xml b/plugins/cloud-azure/pom.xml index 307a726e8d4..86cfd96af45 100644 --- a/plugins/cloud-azure/pom.xml +++ b/plugins/cloud-azure/pom.xml @@ -55,6 +55,13 @@ governing permissions and limitations under the License. --> azure-management 0.7.0 + + + + org.apache.httpcomponents + httpclient + compile + diff --git a/plugins/cloud-gce/pom.xml b/plugins/cloud-gce/pom.xml index fc09a2b22cf..a42ccc3bba5 100644 --- a/plugins/cloud-gce/pom.xml +++ b/plugins/cloud-gce/pom.xml @@ -48,6 +48,13 @@ governing permissions and limitations under the License. --> + + + + org.apache.httpcomponents + httpclient + compile + diff --git a/plugins/delete-by-query/pom.xml b/plugins/delete-by-query/pom.xml index 83a11d4447e..c7dfe7227a3 100644 --- a/plugins/delete-by-query/pom.xml +++ b/plugins/delete-by-query/pom.xml @@ -31,16 +31,6 @@ governing permissions and limitations under the License. --> false - - - - - org.apache.httpcomponents - httpclient - test - - - diff --git a/plugins/pom.xml b/plugins/pom.xml index 04ae327794b..d47d1eded60 100644 --- a/plugins/pom.xml +++ b/plugins/pom.xml @@ -214,6 +214,14 @@ jna provided + + + + + org.apache.httpcomponents + httpclient + test +