Override AspectJ version when building with Java9

See gh-7226
This commit is contained in:
Stephane Nicoll 2017-09-27 15:33:56 +02:00
parent 3894229381
commit 4c576f6d19
1 changed files with 3 additions and 0 deletions

View File

@ -928,6 +928,9 @@
<activation>
<jdk>9</jdk>
</activation>
<properties>
<aspectj.version>1.9.0.BETA-7</aspectj.version>
</properties>
<build>
<plugins>
<plugin>