Update pom.xml

This commit is contained in:
fullwall 2022-09-08 03:21:27 +08:00
parent f2021cd60e
commit a70ca4fe8b

View File

@ -165,6 +165,14 @@
<relocation>
<pattern>gnu.trove</pattern>
<shadedPattern>clib.trove</shadedPattern>
</relocation>
<relocation>
<pattern>ch.ethz.globis.phtree</pattern>
<shadedPattern>clib.phtree</shadedPattern>
</relocation>
<relocation>
<pattern>net.kyori</pattern>
<shadedPattern>clib.net.kyori</shadedPattern>
</relocation>
<relocation>
<pattern>org.bstats</pattern>