aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sonar-testing-harness/build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/sonar-testing-harness/build.gradle b/sonar-testing-harness/build.gradle
index 2fa44152a99..562642ff813 100644
--- a/sonar-testing-harness/build.gradle
+++ b/sonar-testing-harness/build.gradle
@@ -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'