Skip to content

Commit

Permalink
Fix a issue with the packaged .jar by removing dependency signature f…
Browse files Browse the repository at this point in the history
…iles from it.
  • Loading branch information
FarmGeek4Life committed Jan 31, 2018
1 parent a7b02d0 commit 5f9205d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,14 @@
</transformer>
</transformers>
<filters>
<filter>
<artifact>*:*</artifact>
<excludes>
<exclude>META-INF/*.SF</exclude>
<exclude>META-INF/*.DSA</exclude>
<exclude>META-INF/*.RSA</exclude>
</excludes>
</filter>
<filter>
<artifact>it.unimi.dsi:fastutil</artifact>
<includes>
Expand Down

0 comments on commit 5f9205d

Please sign in to comment.