aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-auth-gitlab/build.gradle
diff options
context:
space:
mode:
authorAurelien Poscia <aurelien.poscia@sonarsource.com>2024-04-16 13:56:10 +0200
committersonartech <sonartech@sonarsource.com>2024-04-25 20:02:44 +0000
commit13e72632e0863086e0bd5edb9980855d666ea3aa (patch)
treee038fb4d4e92c9eb4e04a3beda2f038687f51b5a /server/sonar-auth-gitlab/build.gradle
parentfad2d8ceaa45f18ea43f74851d2ef9ac55ea3dd3 (diff)
downloadsonarqube-13e72632e0863086e0bd5edb9980855d666ea3aa.tar.gz
sonarqube-13e72632e0863086e0bd5edb9980855d666ea3aa.zip
SONAR-22088 Fix GitLab auth when group sync is disabled9.9.5.90363
(cherry picked from commit 8bd65f716b1cad262a09b937c5ba9fc6f0eff455)
Diffstat (limited to 'server/sonar-auth-gitlab/build.gradle')
-rw-r--r--server/sonar-auth-gitlab/build.gradle1
1 files changed, 1 insertions, 0 deletions
diff --git a/server/sonar-auth-gitlab/build.gradle b/server/sonar-auth-gitlab/build.gradle
index f1ece299f90..a9503b1d1c2 100644
--- a/server/sonar-auth-gitlab/build.gradle
+++ b/server/sonar-auth-gitlab/build.gradle
@@ -20,6 +20,7 @@ dependencies {
testImplementation 'com.squareup.okhttp3:mockwebserver'
testImplementation 'com.squareup.okhttp3:okhttp'
testImplementation 'junit:junit'
+ testImplementation 'com.tngtech.java:junit-dataprovider'
testImplementation 'org.assertj:assertj-core'
testImplementation 'org.mockito:mockito-core'
}