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

@ -139,8 +139,6 @@ configure(allprojects) { project ->
repositories {
maven { url "https://repo.spring.io/libs-release" }
maven { url "https://repo.spring.io/milestone" } // for AspectJ 1.9 beta
maven { url "https://repo.spring.io/snapshot" } // for Reactor
}
dependencies {

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