aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-auth-gitlab/build.gradle
diff options
context:
space:
mode:
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'
}