mirror of
https://github.com/GeyserMC/Geyser.git
synced 2024-11-22 06:46:39 +01:00
Fix jackson dependency for velocity launch (#4118)
This commit is contained in:
parent
9a8015e8b6
commit
8a12878eff
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue