Github user kevdoran commented on the issue:
https://github.com/apache/nifi-registry/pull/142
Good catch @alopresto. I was simply trying to pin a single version of Guava
as we were using 18.0 but 17.0 was being pulled in transitively. But I don't
see any reason not to pin version 26.0, so I updated my branch to use that.
Compilation and runtime seem unaffected. Thanks!---
