aboutsummaryrefslogtreecommitdiffstats
path: root/build.gradle
diff options
context:
space:
mode:
authorSébastien Lesaint <sebastien.lesaint@sonarsource.com>2019-02-14 09:39:25 +0100
committerSonarTech <sonartech@sonarsource.com>2019-03-19 20:21:24 +0100
commit4e700ebad3cf05bb47cf8335d7956673afe6e7c6 (patch)
tree0456b3a581bf43fe008f2ad6b11519f4aca10b58 /build.gradle
parent4846c031be290858202686642627095cbec9f008 (diff)
downloadsonarqube-4e700ebad3cf05bb47cf8335d7956673afe6e7c6.tar.gz
sonarqube-4e700ebad3cf05bb47cf8335d7956673afe6e7c6.zip
SONAR-11792 update ES compile dependency to 6.6.2
Diffstat (limited to 'build.gradle')
-rw-r--r--build.gradle7
1 files changed, 5 insertions, 2 deletions
diff --git a/build.gradle b/build.gradle
index a066df966dd..8a6e42d37ae 100644
--- a/build.gradle
+++ b/build.gradle
@@ -201,12 +201,15 @@ subprojects {
entry 'jetty-server'
entry 'jetty-servlet'
}
- dependency('org.elasticsearch.client:transport:5.6.3') {
+ dependency('org.elasticsearch.client:transport:6.6.2') {
exclude 'org.elasticsearch.plugin:lang-mustache-client'
- exclude 'org.elasticsearch.plugin:transport-netty3-client'
exclude 'commons-logging:commons-logging'
exclude 'org.elasticsearch.plugin:reindex-client'
+ exclude 'org.elasticsearch.plugin:rank-eval-client'
}
+ dependency('org.elasticsearch:mocksocket:1.0')
+ // at this date, version 6.6.2 of this module has not been published to Maven central
+ dependency('org.codelibs.elasticsearch.module:analysis-common:6.6.1')
dependency 'org.freemarker:freemarker:2.3.20'
dependency 'org.hamcrest:hamcrest-all:1.3'
dependency 'org.mindrot:jbcrypt:0.4'