Github user gglanzani commented on a diff in the pull request:
https://github.com/apache/nifi/pull/2187#discussion_r142768827
--- 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 --
Well, the thing is... the tests would fail without jackson. So I've looked
at the `pom.xml` provided by Kite, and just plugged that into nifi-kite.
Are your tests successful without that addition and kite 1.1.0?
---