<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-aspects</artifactId>
<version>5.1.8.RELEASE</version>
</dependency>
@Grapes(
@Grab(group='org.springframework', module='spring-aspects', version='5.1.8.RELEASE')
)
compile
|-- org.aspectj:aspectjweaver:1.9.3
|-- javax.cache:cache-api:1.1.0
|-- javax.transaction:javax.transaction-api:1.3
|-- org.springframework:spring-aop:5.1.8.RELEASE
|-- org.springframework:spring-beans:5.1.8.RELEASE
|-- org.springframework:spring-context:5.1.8.RELEASE
|-- org.springframework:spring-context-support:5.1.8.RELEASE