Skip to content

Commit 06160bc

Browse files
committed
[SHIRO-828] update aspectj-maven-plugin
1 parent 3aaeeb2 commit 06160bc

File tree

3 files changed

+1
-14
lines changed

3 files changed

+1
-14
lines changed

pom.xml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -403,14 +403,9 @@
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>

samples/aspectj/pom.xml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -34,12 +34,8 @@
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>

support/aspectj/pom.xml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -62,12 +62,8 @@
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>

0 commit comments

Comments
 (0)