Github user bbende commented on the issue:
https://github.com/apache/nifi/pull/2140
@jvwing sorry I never responded to this... The results you got seem correct.
The part I wasn't sure about was that the `nifi-aws-nar-1.3.0.nar` has a
dependency on` nifi-standard-services-api-nar-1.3.0.nar`, so I thought you may
have to leave the whole change of dependencies around.
Looking at the code during start up, I think when loading the
`nifi-aws-nar-1.3.0.nar` we would detect that there is no 1.3.0 version of
`standard-services-api-nar` present, but there is a 1.4.0 version so just use
that, which is probably why it worked.
---