Create spring-boot-security-saml2 module
This commit is contained in:
committed by
Phillip Webb
parent
4d8b558b9b
commit
4ce8b591e0
@@ -15,7 +15,7 @@ configurations.all {
|
||||
dependencies {
|
||||
implementation(project(":spring-boot-project:spring-boot-starters:spring-boot-starter-security"))
|
||||
implementation(project(":spring-boot-project:spring-boot-starters:spring-boot-starter-web"))
|
||||
implementation("org.springframework.security:spring-security-saml2-service-provider")
|
||||
implementation(project(":spring-boot-project:spring-boot-security-saml2"))
|
||||
|
||||
testImplementation(project(":spring-boot-project:spring-boot-starters:spring-boot-starter-test"))
|
||||
testImplementation("org.apache.httpcomponents.client5:httpclient5")
|
||||
|
||||
Reference in New Issue
Block a user