Skip to content

Commit

Permalink
Fix maven-shade-plugin warning about overlapping MANIFEST.MF
Browse files Browse the repository at this point in the history
  • Loading branch information
scordio committed Sep 4, 2020
1 parent 3a9ca44 commit c2d9c05
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -284,9 +284,9 @@
</relocations>
<filters>
<filter>
<artifact>*:*</artifact>
<artifact>net.bytebuddy:*</artifact>
<excludes>
<exclude>META-INF/versions/**</exclude>
<exclude>META-INF/**</exclude>
</excludes>
</filter>
</filters>
Expand Down

0 comments on commit c2d9c05

Please sign in to comment.