]> source.dussan.org Git - sonarqube.git/commitdiff
Remove unused dependency com.github.tlrx:elasticsearch-test
authorSimon Brandhof <simon.brandhof@sonarsource.com>
Wed, 11 Apr 2018 10:28:44 +0000 (12:28 +0200)
committerSonarTech <sonartech@sonarsource.com>
Thu, 12 Apr 2018 18:20:48 +0000 (20:20 +0200)
build.gradle
server/sonar-server/build.gradle

index d07385c533815c1ba125daa2f4175bf748fcbb95..14149787afc8855163f3f99485c0f9422486313e 100644 (file)
@@ -104,7 +104,6 @@ subprojects {
         entry 'jackson-annotations'
       }
       dependency 'com.github.kevinsawicki:http-request:5.4.1'
-      dependency 'com.github.tlrx:elasticsearch-test:1.2.1'
       dependency 'com.googlecode.java-diff-utils:diffutils:1.2'
       dependency('com.googlecode.json-simple:json-simple:1.1.1') {
         exclude 'junit:junit'
index 7d56f441169bfdb827738a6065d80908913795bd..130487ef396c79a17ab785c980f80b29a06f5525 100644 (file)
@@ -65,7 +65,6 @@ dependencies {
   compileOnly 'com.h2database:h2'
 
   testCompile 'com.github.kevinsawicki:http-request'
-  testCompile 'com.github.tlrx:elasticsearch-test'
   testCompile 'com.google.code.findbugs:jsr305'
   testCompile 'com.h2database:h2'
   testCompile 'com.squareup.okhttp3:mockwebserver'