Skip to content

Commit

Permalink
Merge pull request #322 from bmarwell/SHIRO-828_aspectj-maven-plugin
Browse files Browse the repository at this point in the history
[SHIRO-828] update aspectj-maven-plugin
  • Loading branch information
bmarwell authored Sep 29, 2021
2 parents 89900e3 + bfe8aad commit 42b0a24
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 21 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
uses: actions/checkout@v2

- name: Set up JDK
uses: actions/setup-java@v2.1.0
uses: actions/setup-java@v2
with:
java-version: 8
distribution: adopt-hotspot
Expand Down Expand Up @@ -65,12 +65,12 @@ jobs:
dist: adopt-openj9
- version: 11
dist: zulu
# 16
- version: 16
# 14
- version: 14
dist: adopt-hotspot
- version: 16
- version: 14
dist: adopt-openj9
- version: 16
- version: 14
dist: zulu
exclude:
# was already built
Expand Down Expand Up @@ -107,7 +107,7 @@ jobs:
maven-${{ matrix.os }}-
- name: Set up JDK
uses: actions/setup-java@v2.1.0
uses: actions/setup-java@v2
with:
java-version: ${{ matrix.java.version }}
distribution: ${{ matrix.java.dist }}
Expand Down
9 changes: 2 additions & 7 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
<!-- Compile 3rd party dependencies: -->
<!-- Don't change this version without also changing the shiro-aspect and shiro-features
modules' OSGi metadata: -->
<aspectj.version>1.9.4</aspectj.version>
<aspectj.version>1.9.7</aspectj.version>
<cas.client.core.version>3.2.2</cas.client.core.version>
<commons.beanutils.version>1.9.4</commons.beanutils.version>
<commons.cli.version>1.4</commons.cli.version>
Expand Down Expand Up @@ -403,14 +403,9 @@
<version>3.0.0-M2</version>
</plugin>
<plugin>
<groupId>com.nickwongdev</groupId>
<artifactId>aspectj-maven-plugin</artifactId>
<version>1.12.6</version>
<!-- 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
<groupId>org.codehaus.mojo</groupId>
<artifactId>aspectj-maven-plugin</artifactId>
<version>1.11</version>
-->
<version>1.14.0</version>
<configuration>
<source>${jdk.version}</source>
<target>${jdk.version}</target>
Expand Down
4 changes: 0 additions & 4 deletions samples/aspectj/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,8 @@
<build>
<plugins>
<plugin>
<groupId>com.nickwongdev</groupId>
<artifactId>aspectj-maven-plugin</artifactId>
<!-- 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
<groupId>org.codehaus.mojo</groupId>
<artifactId>aspectj-maven-plugin</artifactId>
-->
<configuration>
<aspectLibraries>
<aspectLibrary>
Expand Down
4 changes: 0 additions & 4 deletions support/aspectj/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -62,12 +62,8 @@
<build>
<plugins>
<plugin>
<groupId>com.nickwongdev</groupId>
<artifactId>aspectj-maven-plugin</artifactId>
<!-- 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
<groupId>org.codehaus.mojo</groupId>
<artifactId>aspectj-maven-plugin</artifactId>
-->
<executions>
<execution>
<id>aspectj-compile</id>
Expand Down

0 comments on commit 42b0a24

Please sign in to comment.