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

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


The following commit(s) were added to refs/heads/main by this push:
     new c5d174e  NIFI-9552: Make sure cl-over-slf4j is included under 
ext/ranger/install/lib directory
c5d174e is described below

commit c5d174e280c435b97d6cf53259ecb76fa2a379b8
Author: Zoltan Kornel Torok <[email protected]>
AuthorDate: Fri Jan 7 12:40:48 2022 +0100

    NIFI-9552: Make sure cl-over-slf4j is included under ext/ranger/install/lib 
directory
    
    Signed-off-by: Joe Gresock <[email protected]>
    
    This closes #5643.
---
 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 da18c37..9e22688 100644
--- a/nifi-assembly/src/main/assembly/ranger.xml
+++ b/nifi-assembly/src/main/assembly/ranger.xml
@@ -61,6 +61,7 @@
             <includes>
                 <include>org.apache.nifi:nifi-ranger-resources:jar</include>
                 <include>org.slf4j:slf4j-api</include>
+                <include>org.slf4j:jcl-over-slf4j</include>
             </includes>
         </dependencySet>
         <!-- Write out scripts from nifi-ranger-resources to 
ext/ranger/scripts -->

Reply via email to