<dependency>
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-test</artifactId>
<version>4.0.2.RELEASE</version>
</dependency>
libraryDependencies += "org.springframework.security" % "spring-security-test" % "4.0.2.RELEASE"
@Grapes(
@Grab(group='org.springframework.security', module='spring-security-test', version='4.0.2.RELEASE')
)
<dependency org="org.springframework.security" name="spring-security-test" rev="4.0.2.RELEASE" />
compile
|-- org.springframework.security:spring-security-core:4.0.2.RELEASE
|-- org.springframework.security:spring-security-web:4.0.2.RELEASE
|-- org.springframework:spring-core
|-- org.springframework:spring-test
|-- commons-logging:commons-logging:1.2
|-- org.springframework.security:spring-security-config:4.0.2.RELEASE
provided
|-- javax.servlet:javax.servlet-api:3.0.1
test
|-- ch.qos.logback:logback-classic:1.1.2
|-- junit:junit:4.11
|-- org.easytesting:fest-assert:1.4
|-- org.mockito:mockito-core:1.10.19
|-- org.powermock:powermock-api-mockito:1.6.2
|-- org.powermock:powermock-api-support:1.6.2
|-- org.powermock:powermock-core:1.6.2
|-- org.powermock:powermock-module-junit4:1.6.2
|-- org.powermock:powermock-module-junit4-common:1.6.2
|-- org.powermock:powermock-reflect:1.6.2