From 20712b86bfb6183c988c96a893bd67b5526a683b Mon Sep 17 00:00:00 2001 From: Simon Brandhof Date: Mon, 12 Mar 2018 09:18:32 +0100 Subject: [PATCH] Fix hamcrest dependency in sonar-testing-harness --- sonar-testing-harness/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' -- 2.39.5