<dependency>
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-aspects</artifactId>
<version>4.0.2.RELEASE</version>
</dependency>
libraryDependencies += "org.springframework.security" % "spring-security-aspects" % "4.0.2.RELEASE"
@Grapes(
@Grab(group='org.springframework.security', module='spring-security-aspects', version='4.0.2.RELEASE')
)
<dependency org="org.springframework.security" name="spring-security-aspects" rev="4.0.2.RELEASE" />
compile
|-- org.springframework.security:spring-security-core:4.0.2.RELEASE
|-- org.springframework:spring-beans
|-- org.springframework:spring-context
|-- org.springframework:spring-core
|-- commons-logging:commons-logging:1.2
|-- org.aspectj:aspectjrt:1.8.4
test
|-- aopalliance:aopalliance:1.0
|-- 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.slf4j:jcl-over-slf4j:1.7.7