diff options
author | Simon Brandhof <simon.brandhof@sonarsource.com> | 2018-04-11 12:37:58 +0200 |
---|---|---|
committer | SonarTech <sonartech@sonarsource.com> | 2018-04-12 20:20:48 +0200 |
commit | 7265b977503e5f5067585041648f6645b5cd4b86 (patch) | |
tree | 36bdfbb6a763e97d29cc0111f7f20dc391b8c054 /build.gradle | |
parent | 74a8a758bc7e3a1ef6a1aed68b138c906a93759f (diff) | |
download | sonarqube-7265b977503e5f5067585041648f6645b5cd4b86.tar.gz sonarqube-7265b977503e5f5067585041648f6645b5cd4b86.zip |
Drop unused dependency org.elasticsearch.test:framework
Diffstat (limited to 'build.gradle')
-rw-r--r-- | build.gradle | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/build.gradle b/build.gradle index 95fb87f80b2..15751f75c65 100644 --- a/build.gradle +++ b/build.gradle @@ -71,7 +71,6 @@ subprojects { artifactoryPublish.skip = true ext { - elasticsearchVersion = '5.6.3' protobufVersion = '3.5.1' } @@ -179,7 +178,7 @@ subprojects { entry 'jetty-server' entry 'jetty-servlet' } - dependency("org.elasticsearch.client:transport:${elasticsearchVersion}") { + dependency('org.elasticsearch.client:transport:5.6.3') { exclude 'org.elasticsearch.plugin:lang-mustache-client' exclude 'org.elasticsearch.plugin:transport-netty3-client' exclude 'commons-logging:commons-logging' |