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:
parent
6336aa3956
commit
0858e9b368
|
@ -253,9 +253,6 @@
|
|||
<activation>
|
||||
<jdk>9</jdk>
|
||||
</activation>
|
||||
<properties>
|
||||
<aspectj.version>1.9.0.RC1</aspectj.version>
|
||||
</properties>
|
||||
<build>
|
||||
<plugins>
|
||||
<plugin>
|
||||
|
|
Loading…
Reference in New Issue