Revert "SaaS fixes (#6578)"

This reverts commit ddf78d11ae.
This commit is contained in:
Anthony Stirling
2026-06-16 16:48:30 +01:00
committed by GitHub
parent ddf78d11ae
commit 5389e39cfc
415 changed files with 5857 additions and 29554 deletions
+2 -3
View File
@@ -185,10 +185,9 @@ subprojects {
allowInsecureProtocol = true
}
}
// Maven Central first; mirrors below are fallbacks for niche artifacts.
mavenCentral()
maven { url = "https://build.shibboleth.net/maven/releases" }
maven { url = "https://repository.jboss.org/" }
mavenCentral()
}
configurations.configureEach {
@@ -584,8 +583,8 @@ repositories {
allowInsecureProtocol = true
}
}
mavenCentral()
maven { url = "https://build.shibboleth.net/maven/releases" }
mavenCentral()
}
dependencies {