From e4c5ada51ddcc8cd2ac3c19961e9158af2a46e8a Mon Sep 17 00:00:00 2001 From: Duarte Meneses Date: Mon, 15 Jul 2019 15:59:23 -0500 Subject: Clean deps --- sonar-testing-harness/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sonar-testing-harness/build.gradle') diff --git a/sonar-testing-harness/build.gradle b/sonar-testing-harness/build.gradle index 63878c08a84..2138f193b85 100644 --- a/sonar-testing-harness/build.gradle +++ b/sonar-testing-harness/build.gradle @@ -13,7 +13,7 @@ dependencies { compile 'commons-io:commons-io' compile 'junit:junit' compile 'org.assertj:assertj-core' - compile 'org.hamcrest:hamcrest-all' + compile 'org.hamcrest:hamcrest-core' compile 'org.jsoup:jsoup' compileOnly 'com.google.code.findbugs:jsr305' -- cgit v1.2.3