Expose AspectJ 1.8.11 in POMs (and use it for all tests)

Issue: SPR-15974
This commit is contained in:
Juergen Hoeller
2017-09-27 01:34:02 +02:00
parent 23497a7ece
commit a4b2ae583e
3 changed files with 1 additions and 3 deletions

View File

@@ -29,5 +29,4 @@ dependencies {
testRuntime("javax.xml.bind:jaxb-api:2.3.0")
testRuntime("org.glassfish:javax.el:3.0.1-b08")
testRuntime("org.javamoney:moneta:1.1")
testRuntime("org.aspectj:aspectjweaver:1.9.0.BETA-7") // for JDK 9 build compatibility
}