<dependency>
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-core</artifactId>
<version>3.2.9.RELEASE</version>
</dependency>
libraryDependencies += "org.springframework.security" % "spring-security-core" % "3.2.9.RELEASE"
@Grapes(
@Grab(group='org.springframework.security', module='spring-security-core', version='3.2.9.RELEASE')
)
<dependency org="org.springframework.security" name="spring-security-core" rev="3.2.9.RELEASE" />
compile
|-- aopalliance:aopalliance:1.0
|-- org.springframework:spring-aop:3.2.13.RELEASE
|-- org.springframework:spring-beans:3.2.13.RELEASE
|-- org.springframework:spring-context:3.2.13.RELEASE
|-- org.springframework:spring-core:3.2.13.RELEASE
|-- org.springframework:spring-expression:3.2.13.RELEASE
|-- commons-logging:commons-logging:1.1.1
|-- javax.annotation:jsr250-api:1.0
|-- net.sf.ehcache:ehcache-core:1.7.2
|-- org.aspectj:aspectjrt:1.6.10
|-- org.springframework:spring-jdbc:3.2.13.RELEASE
|-- org.springframework:spring-tx:3.2.13.RELEASE
test
|-- ch.qos.logback:logback-classic:0.9.29
|-- commons-collections:commons-collections:3.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