aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-ws
diff options
context:
space:
mode:
Diffstat (limited to 'sonar-ws')
-rw-r--r--sonar-ws/build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/sonar-ws/build.gradle b/sonar-ws/build.gradle
index ada9702050c..4c8f23c9e5d 100644
--- a/sonar-ws/build.gradle
+++ b/sonar-ws/build.gradle
@@ -26,7 +26,7 @@ dependencies {
testImplementation 'org.apache.commons:commons-lang3'
testImplementation 'junit:junit'
testImplementation 'org.assertj:assertj-core'
- testImplementation 'org.hamcrest:hamcrest-core'
+ testImplementation 'org.hamcrest:hamcrest'
testImplementation 'org.mockito:mockito-core'
testImplementation project(':sonar-testing-harness')