plugins { id 'java' id 'org.springframework.boot.conventions' } description = 'Spring Boot SAML 2 service provider smoke test' dependencies { implementation project(':spring-boot-project:spring-boot-starters:spring-boot-starter-web') implementation 'org.springframework.security:spring-security-config' implementation 'org.springframework.security:spring-security-saml2-service-provider' testImplementation project(':spring-boot-project:spring-boot-starters:spring-boot-starter-test') }