aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-scanner-engine
diff options
context:
space:
mode:
authorSteve Marion <unknown>2023-02-01 16:40:37 +0100
committersonartech <sonartech@sonarsource.com>2023-02-02 20:03:40 +0000
commit54301a6bf2874d5ab2319805b93aa47dae21d961 (patch)
treefe4f9b8772280c320a6e8d7701539983b9b6d5c6 /sonar-scanner-engine
parent696419aba5ba9394f60804dd8874440fafbdc2aa (diff)
downloadsonarqube-54301a6bf2874d5ab2319805b93aa47dae21d961.tar.gz
sonarqube-54301a6bf2874d5ab2319805b93aa47dae21d961.zip
[NO JIRA] remove mockito-inline as it is now unnecessary with mockito 5
Diffstat (limited to 'sonar-scanner-engine')
-rw-r--r--sonar-scanner-engine/build.gradle1
1 files changed, 0 insertions, 1 deletions
diff --git a/sonar-scanner-engine/build.gradle b/sonar-scanner-engine/build.gradle
index a494664c442..851230ea84f 100644
--- a/sonar-scanner-engine/build.gradle
+++ b/sonar-scanner-engine/build.gradle
@@ -56,7 +56,6 @@ dependencies {
testImplementation 'com.fasterxml.staxmate:staxmate'
testImplementation 'org.hamcrest:hamcrest-core'
testImplementation 'org.mockito:mockito-core'
- testImplementation 'org.mockito:mockito-inline'
testImplementation project(':plugins:sonar-xoo-plugin')
}