Bukkit/Bungee pom - comment relocation & uncomment ignore for Sponge pom

This commit is contained in:
Rsl1122 2018-08-27 15:23:46 +03:00
parent a21b91fae8
commit 9898bf8264
2 changed files with 1 additions and 6 deletions

View File

@ -83,9 +83,6 @@
<relocation>
<pattern>org.slf4j</pattern>
<shadedPattern>plan.org.slf4j</shadedPattern>
<excludes>
<exclude>org.slf4j.Logger</exclude>
</excludes>
</relocation>
<relocation>
<pattern>org.bstats</pattern>

View File

@ -223,6 +223,7 @@
<exclude>org.mockito:*</exclude>
<exclude>org.easymock:*</exclude>
<exclude>junit:*</exclude>
<!--<exclued>org.slf4j:*</exclued>-->
</excludes>
</artifactSet>
<relocations>
@ -248,9 +249,6 @@
<relocation>
<pattern>org.slf4j</pattern>
<shadedPattern>plan.org.slf4j</shadedPattern>
<excludes>
<exclude>org.slf4j.Logger</exclude>
</excludes>
</relocation>
<relocation>
<pattern>org.bstats</pattern>