<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-aop</artifactId>
<version>3.0.6.RELEASE</version>
</dependency>
@Grapes(
@Grab(group='org.springframework', module='spring-aop', version='3.0.6.RELEASE')
)
<parent> <groupId>org.springframework</groupId> <artifactId>spring-parent</artifactId> <version>3.0.6.RELEASE</version> </parent>
compile
|-- aopalliance:aopalliance:1.0
|-- commons-pool:commons-pool:1.5.3
|-- org.springframework:spring-asm
|-- org.springframework:spring-beans
|-- org.springframework:spring-core
test
|-- log4j:log4j
|-- junit:junit