aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-core
diff options
context:
space:
mode:
authorSteve Marion <steve.marion@sonarsource.com>2024-10-03 11:24:07 +0200
committersonartech <sonartech@sonarsource.com>2024-10-07 20:03:15 +0000
commit6e606ed833065df3271dda08df37b9e9a483bed5 (patch)
tree7f29852803c22d1abe46f697f29331d3215c01f1 /sonar-core
parent85c7447d13e731a38279cefdf186673587c96cc9 (diff)
downloadsonarqube-6e606ed833065df3271dda08df37b9e9a483bed5.tar.gz
sonarqube-6e606ed833065df3271dda08df37b9e9a483bed5.zip
SONAR-23133 move hamcrest-core dependency to hamcrest. remove obsolete exclusion of hamcrest from mockito.
Diffstat (limited to 'sonar-core')
-rw-r--r--sonar-core/build.gradle2
1 files changed, 1 insertions, 1 deletions
diff --git a/sonar-core/build.gradle b/sonar-core/build.gradle
index 3360cc80f3c..6413e9101e5 100644
--- a/sonar-core/build.gradle
+++ b/sonar-core/build.gradle
@@ -27,7 +27,7 @@ dependencies {
testImplementation 'org.assertj:assertj-core'
testImplementation 'org.junit.jupiter:junit-jupiter-api'
testImplementation 'org.junit.jupiter:junit-jupiter-params'
- testImplementation 'org.hamcrest:hamcrest-core'
+ testImplementation 'org.hamcrest:hamcrest'
testImplementation 'org.mockito:mockito-core'
testImplementation 'org.simpleframework:simple'
testImplementation 'org.sonarsource.api.plugin:sonar-plugin-api-test-fixtures'