Github user mattyb149 commented on a diff in the pull request:
https://github.com/apache/nifi/pull/2575#discussion_r180769501
--- Diff:
nifi-nar-bundles/nifi-ambari-bundle/nifi-ambari-reporting-task/pom.xml ---
@@ -53,6 +43,11 @@
<artifactId>nifi-utils</artifactId>
<version>1.6.0-SNAPSHOT</version>
</dependency>
+ <dependency>
+ <groupId>org.apache.nifi</groupId>
+ <artifactId>nifi-reporting-utils</artifactId>
+ <version>1.6.0-SNAPSHOT</version>
--- End diff --
You'll need to update these after rebase
---