diff options
author | Matteo Mara <matteo.mara@sonarsource.com> | 2022-09-12 14:05:35 +0200 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2022-09-15 20:03:03 +0000 |
commit | 492c498c7400666923316b7df3bf9befa0183398 (patch) | |
tree | 79a2cdcf0f09b1077009f934b889ab101ae8820e /server/sonar-webserver-webapi/build.gradle | |
parent | 934ad1652a7a1e528bb1165cc8cc3e096b1cc208 (diff) | |
download | sonarqube-492c498c7400666923316b7df3bf9befa0183398.tar.gz sonarqube-492c498c7400666923316b7df3bf9befa0183398.zip |
SONAR-17296 build the callback response for displaying the SAML Authentication status.
Diffstat (limited to 'server/sonar-webserver-webapi/build.gradle')
-rw-r--r-- | server/sonar-webserver-webapi/build.gradle | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/server/sonar-webserver-webapi/build.gradle b/server/sonar-webserver-webapi/build.gradle index 0cb227bd131..4bd3f52a205 100644 --- a/server/sonar-webserver-webapi/build.gradle +++ b/server/sonar-webserver-webapi/build.gradle @@ -22,6 +22,9 @@ dependencies { compile project(':server:sonar-webserver-ws') compile project(':server:sonar-webserver-pushapi') compile project(':server:sonar-alm-client') + compile (project(':server:sonar-auth-saml')) { + exclude group:'org.apache.santuario' + } compile project(':sonar-scanner-protocol') compileOnly 'com.google.code.findbugs:jsr305' |