Remove no longer needed AspectJ version override with JDK 9+
See gh-12028
This commit is contained in:
parent
f7c8be1877
commit
20654b9bc9
|
@ -761,9 +761,6 @@
|
||||||
<activation>
|
<activation>
|
||||||
<jdk>[9,)</jdk>
|
<jdk>[9,)</jdk>
|
||||||
</activation>
|
</activation>
|
||||||
<properties>
|
|
||||||
<aspectj.version>1.9.0.RC1</aspectj.version>
|
|
||||||
</properties>
|
|
||||||
<build>
|
<build>
|
||||||
<plugins>
|
<plugins>
|
||||||
<plugin>
|
<plugin>
|
||||||
|
|
Loading…
Reference in New Issue