mirror of
https://github.com/GeyserMC/Geyser.git
synced 2024-11-22 14:56:25 +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"
|
cumulus = "1.1.2"
|
||||||
erosion = "1.0-20230406.174837-8"
|
erosion = "1.0-20230406.174837-8"
|
||||||
events = "1.1-SNAPSHOT"
|
events = "1.1-SNAPSHOT"
|
||||||
jackson = "2.14.0"
|
jackson = { strictly = "2.14.0" } # Don't let other dependencies override
|
||||||
fastutil = "8.5.2"
|
fastutil = "8.5.2"
|
||||||
netty = "4.1.80.Final"
|
netty = "4.1.80.Final"
|
||||||
guava = "29.0-jre"
|
guava = "29.0-jre"
|
||||||
|
|
Loading…
Reference in a new issue