Commit 0858e9b3 authored by Andy Wilkinson's avatar Andy Wilkinson

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
parent 6336aa39
...@@ -253,9 +253,6 @@ ...@@ -253,9 +253,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>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment