Skip to content

Commit

Permalink
fixed overlapping resources in shaded package
Browse files Browse the repository at this point in the history
  • Loading branch information
rashtao committed Jan 28, 2025
1 parent cf49aa2 commit 04b21c3
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions shaded/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,12 @@
<exclude>META-INF/**</exclude>
</excludes>
</filter>
<filter>
<artifact>com.fasterxml.jackson.datatype:jackson-datatype-jakarta-jsonp</artifact>
<excludes>
<exclude>META-INF/MANIFEST.MF</exclude>
</excludes>
</filter>
</filters>
</configuration>
</execution>
Expand Down

0 comments on commit 04b21c3

Please sign in to comment.