diff options
author | Julien Lancelot <julien.lancelot@sonarsource.com> | 2019-09-25 14:19:11 +0200 |
---|---|---|
committer | SonarTech <sonartech@sonarsource.com> | 2019-10-07 20:21:06 +0200 |
commit | 69dd7210a6086f1e7687aee5ee2986a91cab0885 (patch) | |
tree | 5da15b9b61a4f7ae7ca630a2c44f7638f34ada96 /server/sonar-auth-gitlab | |
parent | 42f0cff638b6b7055acc6cf75bbb2215867d0474 (diff) | |
download | sonarqube-69dd7210a6086f1e7687aee5ee2986a91cab0885.tar.gz sonarqube-69dd7210a6086f1e7687aee5ee2986a91cab0885.zip |
SONAR-12471 Embed SAML authentication
Diffstat (limited to 'server/sonar-auth-gitlab')
-rw-r--r-- | server/sonar-auth-gitlab/build.gradle | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/server/sonar-auth-gitlab/build.gradle b/server/sonar-auth-gitlab/build.gradle index 54f97687849..f4c43ca8769 100644 --- a/server/sonar-auth-gitlab/build.gradle +++ b/server/sonar-auth-gitlab/build.gradle @@ -16,7 +16,6 @@ dependencies { compileOnly 'com.squareup.okhttp3:okhttp' compileOnly 'javax.servlet:javax.servlet-api' compileOnly project(':sonar-core') - compileOnly project(':sonar-ws') testCompile 'com.squareup.okhttp3:mockwebserver' testCompile 'com.squareup.okhttp3:okhttp' |