<dependency>
<groupId>org.springmodules</groupId>
<artifactId>spring-modules-aop</artifactId>
<version>0.5</version>
</dependency>
@Grapes(
@Grab(group='org.springmodules', module='spring-modules-aop', version='0.5')
)
compile
|-- commons-logging:commons-logging:1.0.4
|-- org.springframework:spring-aop:2.0-m4
|-- org.springframework:spring-aspects:2.0-m4
|-- org.springframework:spring-beans:2.0-m4
|-- org.springframework:spring-context:2.0-m4
|-- org.springframework:spring-core:2.0-m4
|-- org.springframework:spring-support:2.0-m4
|-- ognl:ognl:2.6.7
test