NIFI-9552: Make sure cl-over-slf4j is included under ext/ranger/install/lib directory

Signed-off-by: Joe Gresock <jgresock@gmail.com>

This closes #5643.
This commit is contained in:
Zoltan Kornel Torok 2022-01-07 12:40:48 +01:00 committed by Joe Gresock
parent 287e41d8a6
commit c5d174e280
No known key found for this signature in database
GPG Key ID: 37F5B9B6E258C8B7
1 changed files with 1 additions and 0 deletions

View File

@ -61,6 +61,7 @@
<includes> <includes>
<include>org.apache.nifi:nifi-ranger-resources:jar</include> <include>org.apache.nifi:nifi-ranger-resources:jar</include>
<include>org.slf4j:slf4j-api</include> <include>org.slf4j:slf4j-api</include>
<include>org.slf4j:jcl-over-slf4j</include>
</includes> </includes>
</dependencySet> </dependencySet>
<!-- Write out scripts from nifi-ranger-resources to ext/ranger/scripts --> <!-- Write out scripts from nifi-ranger-resources to ext/ranger/scripts -->