diff options
author | Julien Lancelot <julien.lancelot@sonarsource.com> | 2019-09-17 12:21:53 +0200 |
---|---|---|
committer | SonarTech <sonartech@sonarsource.com> | 2019-09-23 20:21:07 +0200 |
commit | 056302d0d534a30a8a7d905602455b0ba0f900a2 (patch) | |
tree | 1e755215fb861b215e97e724239c22036cccc639 /build.gradle | |
parent | 26a7d44c9cce85b62e6d3f2043aa3eddc500a54e (diff) | |
download | sonarqube-056302d0d534a30a8a7d905602455b0ba0f900a2.tar.gz sonarqube-056302d0d534a30a8a7d905602455b0ba0f900a2.zip |
SONAR-12460 Support GitLab Authentication
Diffstat (limited to 'build.gradle')
-rw-r--r-- | build.gradle | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/build.gradle b/build.gradle index 4f702836795..2aab6bee5c9 100644 --- a/build.gradle +++ b/build.gradle @@ -166,6 +166,8 @@ subprojects { dependency 'com.fasterxml.jackson.core:jackson-databind:2.9.9.2' dependency 'com.eclipsesource.minimal-json:minimal-json:0.9.5' dependency 'com.github.kevinsawicki:http-request:5.4.1' + dependency 'com.github.scribejava:scribejava-core:6.8.1' + dependency 'com.github.scribejava:scribejava-apis:6.8.1' dependency 'com.googlecode.java-diff-utils:diffutils:1.2' dependency('com.googlecode.json-simple:json-simple:1.1.1') { exclude 'junit:junit' |