aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorSébastien Lesaint <sebastien.lesaint@sonarsource.com>2017-09-07 15:23:27 +0200
committerSébastien Lesaint <sebastien.lesaint@sonarsource.com>2017-09-13 15:50:55 +0200
commit46cea1eed83a0abe5b1fd7f50efb6f3b367ed43b (patch)
tree77c62cc14d677c34e33576cbcad329bce0648b86 /pom.xml
parentbc792b361a54b02e89fbcb1f22a7c90391bf2d53 (diff)
downloadsonarqube-46cea1eed83a0abe5b1fd7f50efb6f3b367ed43b.tar.gz
sonarqube-46cea1eed83a0abe5b1fd7f50efb6f3b367ed43b.zip
SONAR-9587 exclude non used ES modules from distribution zip
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 176d71ab43e..daa804740d7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -715,6 +715,16 @@
<groupId>org.elasticsearch.client</groupId>
<artifactId>transport</artifactId>
<version>${elasticsearch.version}</version>
+ <exclusions>
+ <exclusion>
+ <groupId>org.elasticsearch.plugin</groupId>
+ <artifactId>lang-mustache-client</artifactId>
+ </exclusion>
+ <exclusion>
+ <groupId>org.elasticsearch.plugin</groupId>
+ <artifactId>transport-netty3-client</artifactId>
+ </exclusion>
+ </exclusions>
</dependency>
<dependency>
<groupId>com.github.tlrx</groupId>