<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-aop</artifactId>
<version>4.1.0.RELEASE</version>
</dependency>
@Grapes(
@Grab(group='org.springframework', module='spring-aop', version='4.1.0.RELEASE')
)