<dependency>
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-cas</artifactId>
<version>5.4.3</version>
</dependency>
@Grapes(
@Grab(group='org.springframework.security', module='spring-security-cas', version='5.4.3')
)
compile
|-- org.jasig.cas.client:cas-client-core:3.6.2
|-- org.springframework.security:spring-security-core:5.4.3
|-- org.springframework.security:spring-security-web:5.4.3
|-- org.springframework:spring-beans:5.2.12.RELEASE
|-- org.springframework:spring-context:5.2.12.RELEASE
|-- org.springframework:spring-core:5.2.12.RELEASE
|-- org.springframework:spring-web:5.2.12.RELEASE
|-- com.fasterxml.jackson.core:jackson-databind:2.11.4
|-- net.sf.ehcache:ehcache:2.10.6
provided
|-- javax.servlet:javax.servlet-api:4.0.1
test
|-- junit:junit:4.12
|-- org.assertj:assertj-core:3.17.2
|-- org.mockito:mockito-core:3.5.15