diff options
author | Steve Marion <steve.marion@sonarsource.com> | 2024-10-03 11:24:07 +0200 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2024-10-07 20:03:15 +0000 |
commit | 6e606ed833065df3271dda08df37b9e9a483bed5 (patch) | |
tree | 7f29852803c22d1abe46f697f29331d3215c01f1 /sonar-core | |
parent | 85c7447d13e731a38279cefdf186673587c96cc9 (diff) | |
download | sonarqube-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.gradle | 2 |
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' |