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

@@ -6,4 +6,5 @@ dependencies {
optional("org.aspectj:aspectjweaver:${aspectjVersion}")
optional("org.apache.commons:commons-pool2:2.4.2")
optional("com.jamonapi:jamon:2.81")
testRuntime("org.aspectj:aspectjweaver:1.9.0.BETA-7") // for JDK 9 build compatibility
}