From 69dd7210a6086f1e7687aee5ee2986a91cab0885 Mon Sep 17 00:00:00 2001 From: Julien Lancelot Date: Wed, 25 Sep 2019 14:19:11 +0200 Subject: SONAR-12471 Embed SAML authentication --- server/sonar-auth-github/build.gradle | 1 - 1 file changed, 1 deletion(-) (limited to 'server/sonar-auth-github') diff --git a/server/sonar-auth-github/build.gradle b/server/sonar-auth-github/build.gradle index 3bc4be0a024..b8911ac7943 100644 --- a/server/sonar-auth-github/build.gradle +++ b/server/sonar-auth-github/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' -- cgit v1.2.3