We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3f39d5 commit 01bc251Copy full SHA for 01bc251
build.gradle
@@ -1067,7 +1067,7 @@ project("spring-aspects") {
1067
1068
dependencies {
1069
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
+ ajc("org.aspectj:aspectjtools:1.9.0.BETA-2") // for the ability to build on JDK 9, not exposed in the POMs yet
1071
rt("org.aspectj:aspectjrt:${aspectjVersion}") // regular AspectJ version here, to be exposed in the POMs
1072
compile("org.aspectj:aspectjweaver:${aspectjVersion}")
1073
provided("org.eclipse.persistence:javax.persistence:2.0.0")
0 commit comments