Relocate Jackson dependency

This commit is contained in:
Camotoy 2021-10-27 18:59:42 -04:00
parent 6cc092cc8e
commit 29fa4a9443
1 changed files with 1 additions and 0 deletions

View File

@ -83,6 +83,7 @@ shadowJar {
relocate("it.unimi.dsi.fastutil", "org.geysermc.relocate.fastutil")
relocate("org.objectweb.asm", "org.geysermc.relocate.asm")
relocate("org.yaml", "org.geysermc.relocate.yaml") // https://github.com/CardboardPowered/cardboard/issues/139
relocate("com.fasterxml.jackson", "org.geysermc.relocate.jackson")
}
jar {