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