Fix jackson dependency for velocity launch (#4118)

This commit is contained in:
Konicai 2023-09-12 10:46:27 -04:00 committed by GitHub
parent 9a8015e8b6
commit 8a12878eff
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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"