Github user zentol commented on the issue: https://github.com/apache/flink/pull/4939 At the same time, pinning a dependency version can cause problems if a dependency is upgraded and requires another jackson version. There isn't a perfect solution. The current approach works as long as the aws dependency pulls in jackson, which is less likely to change compared to it bumping the version used.
---