Closed
Description
Is your feature request related to a problem? Please describe.
Reduce the size of the final package size.
Describe the solution you'd like
Use jackon-jr instead of jackson databind if possible.
In particular, make sure the other dependencies we have (thinking about jmespath for example) don't pull jackson-databind. Otherwise we'll have a bigger jar in the end (databind + jackson-jr)
Describe alternatives you've considered
N/A