Skip to content

Commit

Permalink
Fix shade pattern, so relocation actually does something.
Browse files Browse the repository at this point in the history
  • Loading branch information
jrwiebe committed Aug 13, 2019
1 parent d417797 commit c1f382c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tika-parsers/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -964,8 +964,8 @@
<shadedClassifierName>shaded</shadedClassifierName>
<relocations>
<relocation>
<pattern>org.apache.commons.commons-compress</pattern>
<shadedPattern>shaded.org.apache.commons.commons-compress</shadedPattern>
<pattern>org.apache.commons.compress</pattern>
<shadedPattern>shaded.org.apache.commons.compress</shadedPattern>
</relocation>
</relocations>
</configuration>
Expand Down

0 comments on commit c1f382c

Please sign in to comment.