diff options
author | Duarte Meneses <duarte.meneses@sonarsource.com> | 2019-07-15 15:59:23 -0500 |
---|---|---|
committer | SonarTech <sonartech@sonarsource.com> | 2019-07-17 20:21:13 +0200 |
commit | e4c5ada51ddcc8cd2ac3c19961e9158af2a46e8a (patch) | |
tree | a32da619600d0200d4e414d13c0fb4ebb2f9a31e /sonar-shutdowner/build.gradle | |
parent | 03bb045cca26245804592602c7ff0c6e477f3b8d (diff) | |
download | sonarqube-e4c5ada51ddcc8cd2ac3c19961e9158af2a46e8a.tar.gz sonarqube-e4c5ada51ddcc8cd2ac3c19961e9158af2a46e8a.zip |
Clean deps
Diffstat (limited to 'sonar-shutdowner/build.gradle')
-rw-r--r-- | sonar-shutdowner/build.gradle | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sonar-shutdowner/build.gradle b/sonar-shutdowner/build.gradle index 230ee861851..f0260c1cd75 100644 --- a/sonar-shutdowner/build.gradle +++ b/sonar-shutdowner/build.gradle @@ -10,7 +10,6 @@ dependencies { testCompile 'junit:junit' testCompile 'org.assertj:assertj-core' - testCompile 'org.mockito:mockito-core' } jar { |