From 7c365daf671d11e03bc9084854a45114090b1a41 Mon Sep 17 00:00:00 2001 From: David Pilato Date: Fri, 12 Jun 2015 18:53:35 +0200 Subject: [PATCH] [build] mark elasticsearch as provided in plugins When we build a plugin, we suppose it will be executed within elasticsearch server. So we should mark it as `provided`. If a java developer needs to embed the plugin and elasticsearch, it will make sense to declare both in its `pom.xml` file. --- plugins/pom.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/pom.xml b/plugins/pom.xml index 7e54c2207be..104c21f3d91 100644 --- a/plugins/pom.xml +++ b/plugins/pom.xml @@ -39,6 +39,7 @@ org.elasticsearch elasticsearch + provided org.elasticsearch