aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-alm-client/build.gradle
diff options
context:
space:
mode:
Diffstat (limited to 'server/sonar-alm-client/build.gradle')
-rw-r--r--server/sonar-alm-client/build.gradle1
1 files changed, 1 insertions, 0 deletions
diff --git a/server/sonar-alm-client/build.gradle b/server/sonar-alm-client/build.gradle
index 7f77befefca..6c180f5605e 100644
--- a/server/sonar-alm-client/build.gradle
+++ b/server/sonar-alm-client/build.gradle
@@ -13,6 +13,7 @@ dependencies {
api 'org.bouncycastle:bcpkix-jdk18on:1.76'
api 'org.sonarsource.api.plugin:sonar-plugin-api'
api project(':server:sonar-auth-github')
+ api project(':server:sonar-auth-gitlab')
testImplementation project(':sonar-plugin-api-impl')