Skip to content

Commit

Permalink
put the dots back
Browse files Browse the repository at this point in the history
  • Loading branch information
ryber committed Nov 9, 2020
1 parent 2e060fc commit eff4267
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -363,17 +363,17 @@
<relocation>
<!-- Apache HttpClients -->
<pattern>org.apache.</pattern>
<shadedPattern>unirest.shaded.org.apache</shadedPattern>
<shadedPattern>unirest.shaded.org.apache.</shadedPattern>
</relocation>
<relocation>
<!-- Jackson -->
<pattern>com.fasterxml.jackson.</pattern>
<shadedPattern>unirest.shaded.com.fasterxml.jackson</shadedPattern>
<shadedPattern>unirest.shaded.com.fasterxml.jackson.</shadedPattern>
</relocation>
<relocation>
<!-- Google GSON -->
<pattern>com.google.</pattern>
<shadedPattern>unirest.shaded.com.google</shadedPattern>
<shadedPattern>unirest.shaded.com.google.</shadedPattern>
</relocation>
</relocations>

Expand Down

0 comments on commit eff4267

Please sign in to comment.