aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-testing-harness
diff options
context:
space:
mode:
authorSimon Brandhof <simon.brandhof@sonarsource.com>2018-03-12 09:18:32 +0100
committerSimon Brandhof <simon.brandhof@sonarsource.com>2018-03-12 09:24:25 +0100
commit20712b86bfb6183c988c96a893bd67b5526a683b (patch)
tree793278584e61b1519338eba8f7fd4ecd22606fff /sonar-testing-harness
parent98550e39c25d24f68d454d8939e4352b820aedd2 (diff)
downloadsonarqube-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.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'