This is an automated email from the ASF dual-hosted git repository.
joewitt pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/nifi.git
The following commit(s) were added to refs/heads/main by this push:
new b28a211bf3 NIFI-10552 This closes #6453. Fix ranger credential builder
NoClassDefFoundError
b28a211bf3 is described below
commit b28a211bf36d4d6e6e73eb14627def23ac8471af
Author: Zoltan Kornel Torok <[email protected]>
AuthorDate: Tue Sep 27 19:04:20 2022 +0200
NIFI-10552 This closes #6453. Fix ranger credential builder
NoClassDefFoundError
Signed-off-by: Joe Witt <[email protected]>
---
nifi-nar-bundles/nifi-ranger-bundle/nifi-ranger-resources/pom.xml | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/nifi-nar-bundles/nifi-ranger-bundle/nifi-ranger-resources/pom.xml
b/nifi-nar-bundles/nifi-ranger-bundle/nifi-ranger-resources/pom.xml
index f27f1eec6c..0bbebd3bbf 100644
--- a/nifi-nar-bundles/nifi-ranger-bundle/nifi-ranger-resources/pom.xml
+++ b/nifi-nar-bundles/nifi-ranger-bundle/nifi-ranger-resources/pom.xml
@@ -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>