<dependency>
<groupId>org.springframework.security</groupId>
<artifactId>spring-security-aspects</artifactId>
<version>4.2.8.RELEASE</version>
</dependency>
libraryDependencies += "org.springframework.security" % "spring-security-aspects" % "4.2.8.RELEASE"
@Grapes(
@Grab(group='org.springframework.security', module='spring-security-aspects', version='4.2.8.RELEASE')
)
<dependency org="org.springframework.security" name="spring-security-aspects" rev="4.2.8.RELEASE" />
compile
|-- org.springframework.security:spring-security-core:4.2.8.RELEASE
|-- org.springframework:spring-beans
|-- org.springframework:spring-context
|-- org.springframework:spring-core
|-- commons-logging:commons-logging:1.2
|-- org.aspectj:aspectjrt:1.8.13
test
|-- aopalliance:aopalliance:1.0
|-- ch.qos.logback:logback-classic:1.1.11
|-- junit:junit:4.12
|-- org.assertj:assertj-core:2.2.0
|-- org.mockito:mockito-core:1.10.19
|-- org.slf4j:jcl-over-slf4j:1.7.25