diff options
Diffstat (limited to 'sonar-ws/build.gradle')
-rw-r--r-- | sonar-ws/build.gradle | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sonar-ws/build.gradle b/sonar-ws/build.gradle index d6c59dfce1b..957b4bd1d6a 100644 --- a/sonar-ws/build.gradle +++ b/sonar-ws/build.gradle @@ -29,6 +29,7 @@ dependencies { testImplementation 'org.hamcrest:hamcrest-core' testImplementation 'org.mockito:mockito-core' testImplementation project(':sonar-testing-harness') + testImplementation 'org.mockito:mockito-inline:2.13.0' } artifactoryPublish.skip = false |