Upgrade to AspectJ 1.9 GA

Issue: SPR-16686
This commit is contained in:
Juergen Hoeller
2018-04-03 17:43:09 +02:00
parent 7be4193933
commit 40d5e7cc80
2 changed files with 2 additions and 4 deletions

View File

@@ -80,8 +80,8 @@ compileTestJava {
dependencies {
aspects(project(":spring-orm"))
ajc("org.aspectj:aspectjtools:1.9.0.RC2") // for JDK 9+ build compatibility
rt("org.aspectj:aspectjrt:1.9.0.RC2") // for JDK 9+ build compatibility
ajc("org.aspectj:aspectjtools:1.9.0") // for JDK 9+ build compatibility
rt("org.aspectj:aspectjrt:1.9.0") // for JDK 9+ build compatibility
compile("org.aspectj:aspectjweaver:${aspectjVersion}") // for Maven POM exposure
optional(project(":spring-aop")) // for @Async support
optional(project(":spring-beans")) // for @Configurable support