Skip to content

Commit

Permalink
Workaround for siom79/japicmp#384
Browse files Browse the repository at this point in the history
  • Loading branch information
scordio committed Feb 25, 2024
1 parent 46b5a30 commit d6cb373
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions assertj-core/pom.xml
Expand Up @@ -265,6 +265,8 @@
<parameter>
<excludes>
<exclude>org.assertj.core.internal</exclude>
<!-- Workaround for https://github.com/siom79/japicmp/issues/384 -->
<exclude>org.assertj.core.api.InstanceOfAssertFactory#getType()</exclude>
</excludes>
<overrideCompatibilityChangeParameters>
<!-- Unlikely that AssertJ users will encounter an IncompatibleClassChangeError (ref: JLS 13.5.6) -->
Expand Down

0 comments on commit d6cb373

Please sign in to comment.