diff --git a/plugins/pom.xml b/plugins/pom.xml
index 1ffeb6bce29..51966f84c33 100644
--- a/plugins/pom.xml
+++ b/plugins/pom.xml
@@ -40,6 +40,12 @@
test-jar
test
+
+ org.elasticsearch
+ elasticsearch
+ zip
+ test
+
diff --git a/pom.xml b/pom.xml
index ba5ecff87d0..0a642164b6c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -188,6 +188,13 @@
test-jar
+
+ org.elasticsearch
+ elasticsearch
+ ${elasticsearch.version}
+ zip
+
+
org.apache.httpcomponents
httpclient