]> source.dussan.org Git - sonarqube.git/commitdiff
[NO JIRA] remove mockito-inline as it is now unnecessary with mockito 5
authorSteve Marion <unknown>
Wed, 1 Feb 2023 15:40:37 +0000 (16:40 +0100)
committersonartech <sonartech@sonarsource.com>
Thu, 2 Feb 2023 20:03:40 +0000 (20:03 +0000)
build.gradle
server/sonar-db-core/build.gradle
sonar-scanner-engine/build.gradle

index 491997054daa64e839a8d1fbe25325fcf751a17d..d6ef1850527efa509670adb412b1e04eff97c7bd 100644 (file)
@@ -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'
index cf880aaa0d57632473cf91bb885a78227c0f0b45..5413fef01b005df58ae88ec2e8d914e1b21b8458 100644 (file)
@@ -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')
index a494664c442601e5837e416af0b84bf3850f13ba..851230ea84fae2aa8605bd8b360debe95ec5ab3d 100644 (file)
@@ -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')
 }