diff options
author | Simon Brandhof <simon.brandhof@sonarsource.com> | 2018-03-12 09:18:32 +0100 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@sonarsource.com> | 2018-03-12 09:24:25 +0100 |
commit | 20712b86bfb6183c988c96a893bd67b5526a683b (patch) | |
tree | 793278584e61b1519338eba8f7fd4ecd22606fff /sonar-testing-harness | |
parent | 98550e39c25d24f68d454d8939e4352b820aedd2 (diff) | |
download | sonarqube-20712b86bfb6183c988c96a893bd67b5526a683b.tar.gz sonarqube-20712b86bfb6183c988c96a893bd67b5526a683b.zip |
Fix hamcrest dependency in sonar-testing-harness
Diffstat (limited to 'sonar-testing-harness')
-rw-r--r-- | sonar-testing-harness/build.gradle | 2 |
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' |