Skip to content

Commit

Permalink
Merge pull request #1103 from lprimak/aspectj-test-fix
Browse files Browse the repository at this point in the history
[#1100] - bugfix(build): force AspectJ compilation every time, as it doesn't detect…
  • Loading branch information
lprimak committed Oct 4, 2023
2 parents c1e4771 + 9defde3 commit 2d92460
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -446,6 +446,8 @@
<target>${maven.compiler.release}</target>
<complianceLevel>${maven.compiler.release}</complianceLevel>
<showWeaveInfo>true</showWeaveInfo>
<!-- Fix for https://github.com/apache/shiro/issues/1100 -->
<forceAjcCompile>true</forceAjcCompile>
</configuration>
<executions>
<execution>
Expand Down

0 comments on commit 2d92460

Please sign in to comment.