diff options
author | Matteo Mara <matteo.mara@sonarsource.com> | 2024-12-24 12:32:05 +0100 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2024-12-24 13:31:10 +0000 |
commit | a5f433cce91dd150af4419c4c1519810d3234c66 (patch) | |
tree | cf9b98d4a40e204c2e9d9310d53489f6af72a700 | |
parent | 10b9abf9b4dc1e81dbf2c6238e34620f378b027e (diff) | |
download | sonarqube-a5f433cce91dd150af4419c4c1519810d3234c66.tar.gz sonarqube-a5f433cce91dd150af4419c4c1519810d3234c66.zip |
SONAR-24023 Add shibboleth repository to fetch open-saml dependencies from the public repo
-rw-r--r-- | build.gradle | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/build.gradle b/build.gradle index d164103f0a2..4f393ff40e9 100644 --- a/build.gradle +++ b/build.gradle @@ -114,6 +114,9 @@ allprojects { maven { url 'https://maven.codelibs.org/' } + maven { + url 'https://build.shibboleth.net/nexus/content/repositories/releases/' + } } ivy { if (artifactoryUsername && artifactoryPassword) { |