Github user SunSatION commented on the issue:
https://github.com/apache/nifi/pull/2409
Hi @jvwing
The problem is caused by an unsupported version of Jackson databind defined
in the parent NIFI POM (2.9.3) file compared to the used by AWS Java SDK (2.6.6)
I've included the old version with scope set to `test` in the
`nifi-aws-bundle` POM file, however I'm not sure whether this is the right
approach. Any suggestions?
The tests were executed successfully.
[Test Results -
ITPutKinesisStream.log](https://github.com/apache/nifi/files/1665817/Test.Results.-.ITPutKinesisStream.log)
---