Remove no longer needed AspectJ version override with JDK 9+

See gh-12028
This commit is contained in:
Andy Wilkinson 2018-03-02 16:04:10 +00:00
parent f7c8be1877
commit 20654b9bc9

View File

@ -761,9 +761,6 @@
<activation>
<jdk>[9,)</jdk>
</activation>
<properties>
<aspectj.version>1.9.0.RC1</aspectj.version>
</properties>
<build>
<plugins>
<plugin>