From 46cea1eed83a0abe5b1fd7f50efb6f3b367ed43b Mon Sep 17 00:00:00 2001 From: Sébastien Lesaint Date: Thu, 7 Sep 2017 15:23:27 +0200 Subject: SONAR-9587 exclude non used ES modules from distribution zip --- pom.xml | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'pom.xml') diff --git a/pom.xml b/pom.xml index 176d71ab43e..daa804740d7 100644 --- a/pom.xml +++ b/pom.xml @@ -715,6 +715,16 @@ org.elasticsearch.client transport ${elasticsearch.version} + + + org.elasticsearch.plugin + lang-mustache-client + + + org.elasticsearch.plugin + transport-netty3-client + + com.github.tlrx -- cgit v1.2.3