aboutsummaryrefslogtreecommitdiffstats
path: root/server/sonar-auth-common
diff options
context:
space:
mode:
authorJulien Lancelot <julien.lancelot@sonarsource.com>2019-09-25 14:19:11 +0200
committerSonarTech <sonartech@sonarsource.com>2019-10-07 20:21:06 +0200
commit69dd7210a6086f1e7687aee5ee2986a91cab0885 (patch)
tree5da15b9b61a4f7ae7ca630a2c44f7638f34ada96 /server/sonar-auth-common
parent42f0cff638b6b7055acc6cf75bbb2215867d0474 (diff)
downloadsonarqube-69dd7210a6086f1e7687aee5ee2986a91cab0885.tar.gz
sonarqube-69dd7210a6086f1e7687aee5ee2986a91cab0885.zip
SONAR-12471 Embed SAML authentication
Diffstat (limited to 'server/sonar-auth-common')
-rw-r--r--server/sonar-auth-common/build.gradle1
1 files changed, 0 insertions, 1 deletions
diff --git a/server/sonar-auth-common/build.gradle b/server/sonar-auth-common/build.gradle
index 9a669541dac..8adf3d9591e 100644
--- a/server/sonar-auth-common/build.gradle
+++ b/server/sonar-auth-common/build.gradle
@@ -14,7 +14,6 @@ dependencies {
testCompile 'commons-lang:commons-lang'
testCompile 'com.squareup.okhttp3:mockwebserver'
- testCompile 'com.squareup.okhttp3:okhttp'
testCompile 'junit:junit'
testCompile 'org.assertj:assertj-core'
testCompile 'org.mockito:mockito-core'