Github user bbende commented on a diff in the pull request:
https://github.com/apache/nifi/pull/2552#discussion_r175535507
--- Diff: nifi-nar-bundles/pom.xml ---
@@ -207,6 +207,11 @@
<version>1.6.0-SNAPSHOT</version>
<scope>provided</scope>
</dependency>
+ <dependency>
+ <groupId>org.apache.nifi</groupId>
+
<artifactId>nifi-kerberos-credentials-service-api</artifactId>
+ <version>1.6.0-SNAPSHOT</version>
--- End diff --
I think we should mark this provided here like the other API modules, so
that the default behavior for other NARs is to use this as provided, and they
would have to override if they really want to include it in their own NAR.
---