Skip to content

Commit

Permalink
(not yet tested) shade in slf4j to be compat with spigot
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmonkey4eva committed Aug 26, 2020
1 parent db6b515 commit 7642116
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@
<include>club.minnced:**</include>
<include>com.fasterxml.jackson.core:**</include>
<include>org.apache.commons:**</include>
<include>org.slf4j:**</include>
<include>com.squareup.okio:**</include>
<include>net.sf.trove4j:**</include>
</includes>
Expand Down Expand Up @@ -153,6 +154,10 @@
<pattern>org.apache</pattern>
<shadedPattern>com.denizenscript.shaded.org.apache</shadedPattern>
</relocation>
<relocation>
<pattern>org.slf4j</pattern>
<shadedPattern>com.denizenscript.shaded.org.slf4j</shadedPattern>
</relocation>
<relocation>
<pattern>okio</pattern>
<shadedPattern>com.denizenscript.shaded.okio</shadedPattern>
Expand Down

0 comments on commit 7642116

Please sign in to comment.