<dependency>
<groupId>com.github.ulisesbocchio</groupId>
<artifactId>spring-boot-security-saml</artifactId>
<version>1.4</version>
</dependency>
@Grapes(
@Grab(group='com.github.ulisesbocchio', module='spring-boot-security-saml', version='1.4')
)
<parent> <groupId>com.github.ulisesbocchio</groupId> <artifactId>spring-boot-security-saml-parent</artifactId> <version>1.4</version> </parent>
compile
|-- org.springframework.boot:spring-boot-configuration-processor
|-- org.springframework.boot:spring-boot-starter-web
|-- org.springframework.boot:spring-boot-starter-security
|-- org.springframework.security.extensions:spring-security-saml2-core:1.0.1.RELEASE
|-- org.assertj:assertj-core:3.4.1
provided
|-- org.springframework.boot:spring-boot-starter
|-- org.projectlombok:lombok:1.16.6
test
|-- junit:junit