<dependency>
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-test</artifactId>
<version>4.1.0.RELEASE</version>
</dependency>
libraryDependencies += "org.springframework.security" % "spring-security-test" % "4.1.0.RELEASE"
@Grapes(
@Grab(group='org.springframework.security', module='spring-security-test', version='4.1.0.RELEASE')
)
<dependency org="org.springframework.security" name="spring-security-test" rev="4.1.0.RELEASE" />
compile
|-- org.springframework.security:spring-security-core:4.1.0.RELEASE
|-- org.springframework.security:spring-security-web:4.1.0.RELEASE
|-- org.springframework:spring-core
|-- org.springframework:spring-test
|-- commons-logging:commons-logging:1.2
|-- org.springframework.security:spring-security-config:4.1.0.RELEASE
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
|-- 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