mirror of
https://github.com/GeyserMC/Geyser.git
synced 2025-12-27 10:49:10 +00:00
Fix jackson dependency for velocity launch (#4118)
This commit is contained in:
@@ -3,7 +3,7 @@ base-api = "1.0.0-SNAPSHOT"
|
||||
cumulus = "1.1.2"
|
||||
erosion = "1.0-20230406.174837-8"
|
||||
events = "1.1-SNAPSHOT"
|
||||
jackson = "2.14.0"
|
||||
jackson = { strictly = "2.14.0" } # Don't let other dependencies override
|
||||
fastutil = "8.5.2"
|
||||
netty = "4.1.80.Final"
|
||||
guava = "29.0-jre"
|
||||
|
||||
Reference in New Issue
Block a user