diff options
author | Jacek <jacek.poreda@sonarsource.com> | 2021-01-26 15:45:01 +0100 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2021-02-04 20:07:07 +0000 |
commit | 1f7132f59445a3a5a7c51724b770396dd8192c5e (patch) | |
tree | 5ff91636cbc7b43d4da7a498df570d235baf0f85 /server/sonar-alm-client/build.gradle | |
parent | 044247d48921aa5486c4cea1e2719207ff250fc9 (diff) | |
download | sonarqube-1f7132f59445a3a5a7c51724b770396dd8192c5e.tar.gz sonarqube-1f7132f59445a3a5a7c51724b770396dd8192c5e.zip |
SONAR-14371 Move Bitbucket Server http client to CE
Diffstat (limited to 'server/sonar-alm-client/build.gradle')
-rw-r--r-- | server/sonar-alm-client/build.gradle | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/server/sonar-alm-client/build.gradle b/server/sonar-alm-client/build.gradle index cdcae780e98..afe80fc3278 100644 --- a/server/sonar-alm-client/build.gradle +++ b/server/sonar-alm-client/build.gradle @@ -8,6 +8,7 @@ dependencies { compile 'com.squareup.okhttp3:okhttp' testCompile project(':sonar-plugin-api-impl') + testCompile 'junit:junit' testCompile 'com.tngtech.java:junit-dataprovider' testCompile 'org.assertj:assertj-core' |