Skip to content

Commit

Permalink
relocate shaded org.json to shut Spigot up
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmonkey4eva committed Feb 15, 2020
1 parent 6115be3 commit b41c3ac
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pom.xml
Expand Up @@ -166,6 +166,10 @@
<pattern>com.freneticllc</pattern>
<shadedPattern>org.mcmonkey.sentinel.shaded.com.freneticllc</shadedPattern>
</relocation>
<relocation>
<pattern>org.json</pattern>
<shadedPattern>org.mcmonkey.sentinel.shaded.org.json</shadedPattern>
</relocation>
</relocations>
</configuration>
</execution>
Expand Down

0 comments on commit b41c3ac

Please sign in to comment.