Skip to content

Commit 4c576f6

Browse files
committed
Override AspectJ version when building with Java9
See gh-7226
1 parent 3894229 commit 4c576f6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

spring-boot-parent/pom.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -928,6 +928,9 @@
928928
<activation>
929929
<jdk>9</jdk>
930930
</activation>
931+
<properties>
932+
<aspectj.version>1.9.0.BETA-7</aspectj.version>
933+
</properties>
931934
<build>
932935
<plugins>
933936
<plugin>

0 commit comments

Comments
 (0)