Remove AspectJ version override in the samples' build

As of AspectJ 1.8.13, the override is no longer necessary to build
the samples.

See gh-11095
This commit is contained in:
Andy Wilkinson 2018-03-01 13:30:40 +00:00
parent 6336aa3956
commit 0858e9b368
1 changed files with 0 additions and 3 deletions

View File

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