Exclude gson already present in velocity

This commit is contained in:
games647
2021-09-22 12:01:08 +02:00
parent 5192b98d78
commit 665881d19a

View File

@ -84,6 +84,7 @@
shading and relocating it causes logger injection to fail-->
<excludes>
<exclude>org.slf4j:*</exclude>
<exclude>com.google.code.gson:gson</exclude>
</excludes>
</artifactSet>
</configuration>