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
+