<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-aspects</artifactId>
<version>3.1.2.RELEASE</version>
</dependency>
@Grapes(
@Grab(group='org.springframework', module='spring-aspects', version='3.1.2.RELEASE')
)
<parent> <groupId>org.springframework</groupId> <artifactId>spring-parent</artifactId> <version>3.1.2.RELEASE</version> </parent>
compile
|-- org.springframework:spring-beans
|-- org.springframework:spring-tx
|-- org.springframework:spring-orm
|-- org.springframework:spring-context
|-- org.springframework:spring-context-support
provided
|-- javax.persistence:persistence-api:1.0
test
|-- org.springframework:spring-test
|-- junit:junit