aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-main/build.gradle
diff options
context:
space:
mode:
Diffstat (limited to 'server/sonar-main/build.gradle')
-rw-r--r--server/sonar-main/build.gradle6
1 files changed, 3 insertions, 3 deletions
diff --git a/server/sonar-main/build.gradle b/server/sonar-main/build.gradle
index cb67a49fe04..2e11dd66e75 100644
--- a/server/sonar-main/build.gradle
+++ b/server/sonar-main/build.gradle
@@ -15,13 +15,11 @@ dependencies {
compile 'com.hazelcast:hazelcast'
compile 'commons-io:commons-io'
compile 'commons-lang:commons-lang'
- compile 'io.netty:netty-common'
compile 'org.apache.logging.log4j:log4j-to-slf4j'
compile 'org.apache.logging.log4j:log4j-api'
- compile 'org.elasticsearch.client:transport'
+ compile 'org.elasticsearch.client:elasticsearch-rest-high-level-client'
compile 'org.elasticsearch:elasticsearch'
compile 'org.elasticsearch:elasticsearch-core'
- compile 'org.elasticsearch.plugin:transport-netty4-client'
compile 'org.slf4j:slf4j-api'
compile 'org.yaml:snakeyaml'
@@ -36,5 +34,7 @@ dependencies {
testCompile 'org.assertj:assertj-core'
testCompile 'org.awaitility:awaitility'
testCompile 'org.mockito:mockito-core'
+ testCompile 'com.squareup.okhttp3:mockwebserver'
+ testCompile 'commons-logging:commons-logging:1.1.1'
testCompile project(':sonar-testing-harness')
}