don't shade snakeyaml, closes #1959

This commit is contained in:
creeper123123321 2020-08-06 06:24:00 -03:00 committed by Five (Xer)
parent 72f8052e58
commit 18bde6ee37
No known key found for this signature in database
GPG Key ID: A3F306B10E6330E7
2 changed files with 0 additions and 12 deletions

View File

@ -12,14 +12,6 @@
<artifactId>viaversion-common</artifactId>
<dependencies>
<!-- Snake YAML -->
<dependency>
<groupId>org.yaml</groupId>
<artifactId>snakeyaml</artifactId>
<version>1.18</version>
<scope>compile</scope> <!-- Velocity doesn't have snakeyaml -->
</dependency>
<!-- FastUtil for performance increases -->
<dependency>
<groupId>it.unimi.dsi</groupId>

View File

@ -123,10 +123,6 @@
<pattern>javassist</pattern>
<shadedPattern>us.myles.viaversion.libs.javassist</shadedPattern>
</relocation>
<relocation>
<pattern>org.yaml.snakeyaml</pattern>
<shadedPattern>us.myles.viaversion.libs.snakeyaml</shadedPattern>
</relocation>
<relocation>
<pattern>net.md_5.bungee</pattern>
<shadedPattern>us.myles.viaversion.libs.bungeecordchat</shadedPattern>