NIFI-10552 This closes #6453. Fix ranger credential builder NoClassDefFoundError

Signed-off-by: Joe Witt <joewitt@apache.org>
This commit is contained in:
Zoltan Kornel Torok 2022-09-27 19:04:20 +02:00 committed by Joe Witt
parent 63aac1a31d
commit b28a211bf3
No known key found for this signature in database
GPG Key ID: 9093BF854F811A1A
1 changed files with 5 additions and 0 deletions

View File

@ -26,6 +26,11 @@
<packaging>jar</packaging>
<dependencies>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
<version>3.12.0</version>
</dependency>
<dependency>
<groupId>org.slf4j</groupId>
<artifactId>log4j-over-slf4j</artifactId>