Skip to content

Commit

Permalink
Properly shade Commons Net (#146)
Browse files Browse the repository at this point in the history
  • Loading branch information
basil authored Apr 2, 2024
1 parent 603916e commit 6956db9
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 @@ -153,6 +153,10 @@
<pattern>org.apache.commons.lang3</pattern>
<shadedPattern>hidden.jth.org.apache.commons.lang3</shadedPattern>
</relocation>
<relocation>
<pattern>org.apache.commons.net</pattern>
<shadedPattern>hidden.jth.org.apache.commons.net</shadedPattern>
</relocation>
<relocation>
<pattern>org.apache.commons.text</pattern>
<shadedPattern>hidden.jth.org.apache.commons.text</shadedPattern>
Expand Down

0 comments on commit 6956db9

Please sign in to comment.