Skip to content

Commit c2d9c05

Browse files
committed
Fix maven-shade-plugin warning about overlapping MANIFEST.MF
1 parent 3a9ca44 commit c2d9c05

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -284,9 +284,9 @@
284284
</relocations>
285285
<filters>
286286
<filter>
287-
<artifact>*:*</artifact>
287+
<artifact>net.bytebuddy:*</artifact>
288288
<excludes>
289-
<exclude>META-INF/versions/**</exclude>
289+
<exclude>META-INF/**</exclude>
290290
</excludes>
291291
</filter>
292292
</filters>

0 commit comments

Comments
 (0)