Skip to content

Commit

Permalink
issue #383 fix shading
Browse files Browse the repository at this point in the history
  • Loading branch information
ryber committed Nov 5, 2020
1 parent e71dd10 commit 2904f39
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -362,18 +362,18 @@
<relocations>
<relocation>
<!-- Apache HttpClients -->
<pattern>org.apache.http</pattern>
<shadedPattern>unirest.shaded.org.apache.http</shadedPattern>
<pattern>org.apache.</pattern>
<shadedPattern>unirest.shaded.org.apache</shadedPattern>
</relocation>
<relocation>
<!-- Jackson -->
<pattern>com.fasterxml.jackson</pattern>
<pattern>com.fasterxml.jackson.</pattern>
<shadedPattern>unirest.shaded.com.fasterxml.jackson</shadedPattern>
</relocation>
<relocation>
<!-- Google Guava -->
<pattern>com.google.common</pattern>
<shadedPattern>unirest.shaded.com.google.common</shadedPattern>
<!-- Google GSON -->
<pattern>com.google.</pattern>
<shadedPattern>unirest.shaded.com.google</shadedPattern>
</relocation>
</relocations>

Expand Down

0 comments on commit 2904f39

Please sign in to comment.