mattyb149 commented on a change in pull request #4519:
URL: https://github.com/apache/nifi/pull/4519#discussion_r487099612



##########
File path: nifi-mock/pom.xml
##########
@@ -58,6 +58,11 @@
             <artifactId>nifi-data-provenance-utils</artifactId>
             <version>1.13.0-SNAPSHOT</version>
         </dependency>
+        <dependency>
+            <groupId>org.apache.nifi</groupId>
+            <artifactId>nifi-kerberos-credentials-service-api</artifactId>
+            <version>1.13.0-SNAPSHOT</version>
+        </dependency>

Review comment:
       That makes sense, will move this into a new module. It used to be only 
in the Hive 3 module but I needed to add it somewhere else too so rather than 
copy I thought to reuse it. That might happen in the future as well so a new 
module is a good idea, thanks!




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to