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-scanner-engine | |
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-scanner-engine')
-rw-r--r-- | sonar-scanner-engine/build.gradle | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sonar-scanner-engine/build.gradle b/sonar-scanner-engine/build.gradle index 4435154e347..b8f1cee9c07 100644 --- a/sonar-scanner-engine/build.gradle +++ b/sonar-scanner-engine/build.gradle @@ -66,7 +66,7 @@ dependencies { testImplementation 'org.junit.jupiter:junit-jupiter-params' testImplementation 'org.assertj:assertj-core' testImplementation 'com.fasterxml.staxmate:staxmate' - testImplementation 'org.hamcrest:hamcrest-core' + testImplementation 'org.hamcrest:hamcrest' testImplementation 'org.mockito:mockito-core' testImplementation 'org.mockito:mockito-junit-jupiter' testImplementation 'org.sonarsource.api.plugin:sonar-plugin-api-test-fixtures' |