Github user bbende commented on a diff in the pull request:
https://github.com/apache/nifi/pull/2187#discussion_r142771999
--- Diff: nifi-nar-bundles/nifi-kite-bundle/nifi-kite-processors/pom.xml ---
@@ -25,8 +25,9 @@
<packaging>jar</packaging>
<properties>
- <kite.version>1.0.0</kite.version>
+ <kite.version>1.1.0</kite.version>
<findbugs-annotations.version>1.3.9-1</findbugs-annotations.version>
+ <jackson.version>2.3.1</jackson.version>
--- End diff --
Good question :) l didn't get to building it, let me play around with it
and get back to you.
---