Skip to content

Commit

Permalink
patches to make Discord4J work at all
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmonkey4eva committed Feb 29, 2020
1 parent e880019 commit f933976
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions pom.xml
Expand Up @@ -113,6 +113,28 @@
</includes>
</filter>
</filters>
<relocations>
<relocation>
<pattern>com.discord4j</pattern>
<shadedPattern>com.denizenscript.shaded.com.discord4j</shadedPattern>
</relocation>
<relocation>
<pattern>discord4j</pattern>
<shadedPattern>com.denizenscript.shaded.discord4j</shadedPattern>
</relocation>
<relocation>
<pattern>io.netty</pattern>
<shadedPattern>com.denizenscript.shaded.io.netty</shadedPattern>
</relocation>
<relocation>
<pattern>reactor</pattern>
<shadedPattern>com.denizenscript.shaded.reactor</shadedPattern>
</relocation>
<relocation>
<pattern>org.reactivestreams</pattern>
<shadedPattern>com.denizenscript.shaded.org.reactivestreams</shadedPattern>
</relocation>
</relocations>
</configuration>
</execution>
</executions>
Expand Down

0 comments on commit f933976

Please sign in to comment.