Move custom-urls to saml-extension-urls

This clarifies the purpose of the sample
This commit is contained in:
Josh Cummings
2024-11-06 15:59:11 -07:00
parent 2e02987d4c
commit 368686cc8c
28 changed files with 1 additions and 1 deletions

View File

@@ -0,0 +1,11 @@
pluginManagement {
repositories {
mavenCentral()
gradlePluginPortal()
maven { url 'https://repo.spring.io/milestone' }
maven { url "https://repo.spring.io/snapshot" }
}
}
include ":servlet:spring-boot:java:saml2:identity-provider"
project(":servlet:spring-boot:java:saml2:identity-provider").projectDir = file("../identity-provider")