<dependency>
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-cas</artifactId>
<version>4.1.4.RELEASE</version>
</dependency>
libraryDependencies += "org.springframework.security" % "spring-security-cas" % "4.1.4.RELEASE"
@Grapes(
@Grab(group='org.springframework.security', module='spring-security-cas', version='4.1.4.RELEASE')
)
<dependency org="org.springframework.security" name="spring-security-cas" rev="4.1.4.RELEASE" />
compile
|-- org.jasig.cas.client:cas-client-core:3.4.1
|-- org.springframework.security:spring-security-core:4.1.4.RELEASE
|-- org.springframework.security:spring-security-web:4.1.4.RELEASE
|-- org.springframework:spring-beans
|-- org.springframework:spring-context
|-- org.springframework:spring-core
|-- org.springframework:spring-web
|-- commons-logging:commons-logging:1.2
|-- net.sf.ehcache:ehcache:2.9.0
provided
|-- javax.servlet:javax.servlet-api:3.0.1
test
|-- ch.qos.logback:logback-classic:1.1.2
|-- junit:junit:4.12
|-- org.assertj:assertj-core:2.2.0
|-- org.mockito:mockito-core:1.10.19