mirror of https://github.com/apache/nifi.git
NIFI-11741 Added Guava dependency to Ranger assembly includes
This closes #7423 Co-authored-by: Zoltan Kornel Torok <taz19880922@gmail.com> Co-authored-by: David Handermann <exceptionfactory@apache.org> Signed-off-by: David Handermann <exceptionfactory@apache.org>
This commit is contained in:
parent
7748d9d1e5
commit
01fa3773fb
|
@ -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 -->
|
||||
|
|
Loading…
Reference in New Issue