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

exceptionfactory pushed a commit to branch support/nifi-1.x
in repository https://gitbox.apache.org/repos/asf/nifi.git

commit 920a586d2aba05f4be6430bb54bdc18e4e3f6c9f
Author: exceptionfactory <[email protected]>
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 <[email protected]>
    Co-authored-by: David Handermann <[email protected]>
    Signed-off-by: David Handermann <[email protected]>
    (cherry picked from commit 01fa3773fb32de9ced47f1c16100a0eff482213a)
---
 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 2c911b7723..e395cc532a 100644
--- a/nifi-assembly/src/main/assembly/ranger.xml
+++ b/nifi-assembly/src/main/assembly/ranger.xml
@@ -65,6 +65,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 -->

Reply via email to