Skip to content

Commit

Permalink
shade gson
Browse files Browse the repository at this point in the history
  • Loading branch information
axtimwalde committed Sep 4, 2024
1 parent 8fceba0 commit 06b0690
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -288,6 +288,10 @@
<pattern>org.apache.commons.compress</pattern>
<shadedPattern>org.janelia.saalfeldlab.org.apache.commons.compress</shadedPattern>
</relocation>
<relocation>
<pattern>com.google.gson</pattern>
<shadedPattern>org.janelia.saalfeldlab.com.google.gson</shadedPattern>
</relocation>
</relocations>
</configuration>
<!-- binds by default to package phase -->
Expand Down

0 comments on commit 06b0690

Please sign in to comment.