From: Steve Marion Date: Wed, 1 Feb 2023 15:40:37 +0000 (+0100) Subject: [NO JIRA] remove mockito-inline as it is now unnecessary with mockito 5 X-Git-Tag: 10.0.0.68432~289 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=54301a6bf2874d5ab2319805b93aa47dae21d961;p=sonarqube.git [NO JIRA] remove mockito-inline as it is now unnecessary with mockito 5 --- diff --git a/build.gradle b/build.gradle index 491997054da..d6ef1850527 100644 --- a/build.gradle +++ b/build.gradle @@ -329,7 +329,6 @@ subprojects { dependency('org.mockito:mockito-core:5.0.0') { exclude 'org.hamcrest:hamcrest-core' } - dependency('org.mockito:mockito-inline:5.0.0') dependency 'org.mybatis:mybatis:3.5.11' dependencySet(group: 'org.slf4j', version: '2.0.6') { entry 'jcl-over-slf4j' diff --git a/server/sonar-db-core/build.gradle b/server/sonar-db-core/build.gradle index cf880aaa0d5..5413fef01b0 100644 --- a/server/sonar-db-core/build.gradle +++ b/server/sonar-db-core/build.gradle @@ -27,7 +27,6 @@ dependencies { testImplementation 'com.oracle.database.jdbc:ojdbc11' testImplementation 'com.tngtech.java:junit-dataprovider' testImplementation 'org.mockito:mockito-core' - testImplementation 'org.mockito:mockito-inline' testImplementation 'org.postgresql:postgresql' testImplementation project(':sonar-testing-harness') 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') }