<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-aspects</artifactId>
<version>3.2.5.RELEASE</version>
</dependency>
@Grapes(
@Grab(group='org.springframework', module='spring-aspects', version='3.2.5.RELEASE')
)
compile
|-- org.aspectj:aspectjweaver:1.7.2
|-- org.springframework:spring-aop:3.2.5.RELEASE
|-- org.springframework:spring-beans:3.2.5.RELEASE
|-- org.springframework:spring-context:3.2.5.RELEASE
|-- org.springframework:spring-context-support:3.2.5.RELEASE
|-- org.springframework:spring-orm:3.2.5.RELEASE
|-- org.springframework:spring-tx:3.2.5.RELEASE
provided