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 <[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]> --- 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 -->
