Upgrade to AspectJ 1.9 beta 7 (with 1.8.10 exposed in POMs)

Issue: SPR-15974
This commit is contained in:
Juergen Hoeller
2017-09-25 13:50:50 +02:00
parent 1a3cc3df94
commit ac45aa2022
4 changed files with 9 additions and 7 deletions

View File

@@ -87,9 +87,9 @@ compileTestJava {
dependencies {
aspects(project(":spring-orm"))
ajc("org.aspectj:aspectjtools:${aspectjVersion}")
rt("org.aspectj:aspectjrt:${aspectjVersion}")
compile("org.aspectj:aspectjweaver:${aspectjVersion}")
ajc("org.aspectj:aspectjtools:1.9.0.BETA-7") // for JDK 9 build compatibility
rt("org.aspectj:aspectjrt:1.9.0.BETA-7") // 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
optional(project(":spring-context")) // for @Enable* support