]> source.dussan.org Git - sonarqube.git/commitdiff
Fix hamcrest dependency in sonar-testing-harness
authorSimon Brandhof <simon.brandhof@sonarsource.com>
Mon, 12 Mar 2018 08:18:32 +0000 (09:18 +0100)
committerSimon Brandhof <simon.brandhof@sonarsource.com>
Mon, 12 Mar 2018 08:24:25 +0000 (09:24 +0100)
sonar-testing-harness/build.gradle

index 2fa44152a99a3e6469d688db4ae30e73d136b75e..562642ff813484b8a6e84bcf20c033ce547f077d 100644 (file)
@@ -11,7 +11,7 @@ dependencies {
   compile 'com.googlecode.json-simple:json-simple'
   compile 'commons-io:commons-io'
   compile 'junit:junit'
-  compile 'org.hamcrest:hamcrest-core'
+  compile 'org.hamcrest:hamcrest-all'
 
   compileOnly 'com.google.code.findbugs:jsr305'