You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nifi.apache.org by ex...@apache.org on 2023/06/26 20:22:23 UTC

[nifi] 02/02: NIFI-11741 Added Guava dependency to Ranger assembly includes

This is an automated email from the ASF dual-hosted git repository.

exceptionfactory pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/nifi.git

commit 01fa3773fb32de9ced47f1c16100a0eff482213a
Author: exceptionfactory <ex...@apache.org>
AuthorDate: Thu Jun 22 13:50:48 2023 +0200

    NIFI-11741 Added Guava dependency to Ranger assembly includes
    
    This closes #7423
    
    Co-authored-by: Zoltan Kornel Torok <ta...@gmail.com>
    Co-authored-by: David Handermann <ex...@apache.org>
    Signed-off-by: David Handermann <ex...@apache.org>
---
 nifi-assembly/src/main/assembly/ranger.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/nifi-assembly/src/main/assembly/ranger.xml b/nifi-assembly/src/main/assembly/ranger.xml
index 2cd5b05964..68baf6a3a5 100644
--- a/nifi-assembly/src/main/assembly/ranger.xml
+++ b/nifi-assembly/src/main/assembly/ranger.xml
@@ -58,6 +58,7 @@
                 <include>org.slf4j:slf4j-api</include>
                 <include>org.slf4j:jcl-over-slf4j</include>
                 <include>org.apache.commons:commons-lang3</include>
+                <include>com.google.guava:guava</include>
             </includes>
         </dependencySet>
         <!-- Write out scripts from nifi-ranger-resources to ext/ranger/scripts -->