Skip to content

Commit

Permalink
improve shading
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmonkey4eva committed Jun 10, 2020
1 parent e6f4611 commit 91a1656
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions pom.xml
Expand Up @@ -134,6 +134,18 @@
<pattern>org.reactivestreams</pattern>
<shadedPattern>com.denizenscript.shaded.org.reactivestreams</shadedPattern>
</relocation>
<relocation>
<pattern>com.austinv11</pattern>
<shadedPattern>com.denizenscript.shaded.com.austinv11</shadedPattern>
</relocation>
<relocation>
<pattern>com.fasterxml</pattern>
<shadedPattern>com.denizenscript.shaded.com.fasterxml</shadedPattern>
</relocation>
<relocation>
<pattern>com.iwebpp</pattern>
<shadedPattern>com.denizenscript.shaded.com.iwebpp</shadedPattern>
</relocation>
</relocations>
</configuration>
</execution>
Expand Down

0 comments on commit 91a1656

Please sign in to comment.