File tree Expand file tree Collapse file tree 3 files changed +1
-14
lines changed
Expand file tree Collapse file tree 3 files changed +1
-14
lines changed Original file line number Diff line number Diff line change 403403 <version >3.0.0-M2</version >
404404 </plugin >
405405 <plugin >
406- <groupId >com.nickwongdev</groupId >
407- <artifactId >aspectj-maven-plugin</artifactId >
408- <version >1.12.6</version >
409- <!-- Using a fork, until such time that the aspect-maven-plugin updates to support JDK 11 - https://github.com/mojohaus/aspectj-maven-plugin/pull/45
410406 <groupId >org.codehaus.mojo</groupId >
411407 <artifactId >aspectj-maven-plugin</artifactId >
412- <version>1.11</version>
413- -->
408+ <version >1.14.0</version >
414409 <configuration >
415410 <source >${jdk.version} </source >
416411 <target >${jdk.version} </target >
Original file line number Diff line number Diff line change 3434 <build >
3535 <plugins >
3636 <plugin >
37- <groupId >com.nickwongdev</groupId >
38- <artifactId >aspectj-maven-plugin</artifactId >
39- <!-- Using a fork, until such time that the aspect-maven-plugin updates to support JDK 11 - https://github.com/mojohaus/aspectj-maven-plugin/pull/45
4037 <groupId >org.codehaus.mojo</groupId >
4138 <artifactId >aspectj-maven-plugin</artifactId >
42- -->
4339 <configuration >
4440 <aspectLibraries >
4541 <aspectLibrary >
Original file line number Diff line number Diff line change 6262 <build >
6363 <plugins >
6464 <plugin >
65- <groupId >com.nickwongdev</groupId >
66- <artifactId >aspectj-maven-plugin</artifactId >
67- <!-- Using a fork, until such time that the aspect-maven-plugin updates to support JDK 11 - https://github.com/mojohaus/aspectj-maven-plugin/pull/45
6865 <groupId >org.codehaus.mojo</groupId >
6966 <artifactId >aspectj-maven-plugin</artifactId >
70- -->
7167 <executions >
7268 <execution >
7369 <id >aspectj-compile</id >
You can’t perform that action at this time.
0 commit comments