1
0
mirror of https://github.com/GeyserMC/Geyser.git synced 2025-12-19 14:59:27 +00:00

Update Jackson (#4512)

* Update jackson

* relocate yaml on velocity
This commit is contained in:
chris
2024-03-21 19:05:41 +01:00
committed by GitHub
parent 867cf6da05
commit 4fa0bcd01b
3 changed files with 5 additions and 3 deletions

View File

@@ -8,6 +8,7 @@ dependencies {
platformRelocate("com.fasterxml.jackson")
platformRelocate("it.unimi.dsi.fastutil")
platformRelocate("net.kyori.adventure.text.serializer.gson.legacyimpl")
platformRelocate("org.yaml")
exclude("com.google.*:*")