Skip to content

Commit

Permalink
NIFI-10552 This closes apache#6453. Fix ranger credential builder NoC…
Browse files Browse the repository at this point in the history
…lassDefFoundError

Signed-off-by: Joe Witt <[email protected]>
  • Loading branch information
taz1988 authored and joewitt committed Sep 27, 2022
1 parent 63aac1a commit b28a211
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit b28a211

Please sign in to comment.