You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nifi.apache.org by jo...@apache.org on 2022/01/13 15:55:59 UTC

[nifi] branch support/nifi-1.15 updated: NIFI-9552: Make sure cl-over-slf4j is included under ext/ranger/install/lib directory

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

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


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

commit 6ead2455a771c22a4a774bce3e39fb1b9a4a3cee
Author: Zoltan Kornel Torok <zt...@cloudera.com>
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 Witt <jo...@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 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 -->