diff options
Diffstat (limited to 'server/sonar-auth-gitlab/build.gradle')
-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' |