Skip to content

Commit 01bc251

Browse files
committed
Upgrade to AspectJ 1.9 beta 2 (for build compatibility with JDK 9 build 74+)
Issue: SPR-13297
1 parent a3f39d5 commit 01bc251

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1067,7 +1067,7 @@ project("spring-aspects") {
10671067

10681068
dependencies {
10691069
aspects(project(":spring-orm"))
1070-
ajc("org.aspectj:aspectjtools:1.9.0.BETA-1") // for the ability to build on JDK 9, not exposed in the POMs yet
1070+
ajc("org.aspectj:aspectjtools:1.9.0.BETA-2") // for the ability to build on JDK 9, not exposed in the POMs yet
10711071
rt("org.aspectj:aspectjrt:${aspectjVersion}") // regular AspectJ version here, to be exposed in the POMs
10721072
compile("org.aspectj:aspectjweaver:${aspectjVersion}")
10731073
provided("org.eclipse.persistence:javax.persistence:2.0.0")

0 commit comments

Comments
 (0)