Skip to content

Commit

Permalink
Exclude net.bytebuddy.experimental from shading scope
Browse files Browse the repository at this point in the history
This ensures that ByteBuddy experimental features can be enabled setting
the 'net.bytebuddy.experimental' property also when AssertJ is used as
a dependency of other applications.
  • Loading branch information
scordio committed Sep 4, 2020
1 parent 7fb09d9 commit 3a9ca44
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -277,6 +277,9 @@
<relocation>
<pattern>net.bytebuddy</pattern>
<shadedPattern>org.assertj.core.internal.bytebuddy</shadedPattern>
<excludes>
<exclude>net/bytebuddy/experimental</exclude>
</excludes>
</relocation>
</relocations>
<filters>
Expand Down

0 comments on commit 3a9ca44

Please sign in to comment.