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 fa193ca14b NIFI-10563 This closes #6461. Added commons-lang3 
dependency to nifi-bootstrap
fa193ca14b is described below

commit fa193ca14ba9e9b5e3cc1718780c069d07480b06
Author: exceptionfactory <exceptionfact...@apache.org>
AuthorDate: Thu Sep 29 10:15:31 2022 -0500

    NIFI-10563 This closes #6461. Added commons-lang3 dependency to 
nifi-bootstrap
    
    - Added commons-lang3 include to Ranger assembly configuration
    
    Signed-off-by: Joe Witt <joew...@apache.org>
---
 nifi-assembly/src/main/assembly/ranger.xml | 1 +
 nifi-bootstrap/pom.xml                     | 4 ++++
 2 files changed, 5 insertions(+)

diff --git a/nifi-assembly/src/main/assembly/ranger.xml 
b/nifi-assembly/src/main/assembly/ranger.xml
index da3a3ce14d..2c911b7723 100644
--- a/nifi-assembly/src/main/assembly/ranger.xml
+++ b/nifi-assembly/src/main/assembly/ranger.xml
@@ -64,6 +64,7 @@
                 <include>org.apache.nifi:nifi-ranger-resources:jar</include>
                 <include>org.slf4j:slf4j-api</include>
                 <include>org.slf4j:jcl-over-slf4j</include>
+                <include>org.apache.commons:commons-lang3</include>
             </includes>
         </dependencySet>
         <!-- Write out scripts from nifi-ranger-resources to 
ext/ranger/scripts -->
diff --git a/nifi-bootstrap/pom.xml b/nifi-bootstrap/pom.xml
index b3c5d26927..8b56029d11 100644
--- a/nifi-bootstrap/pom.xml
+++ b/nifi-bootstrap/pom.xml
@@ -90,6 +90,10 @@ language governing permissions and limitations under the 
License. -->
             <artifactId>nifi-expression-language</artifactId>
             <version>1.18.0-SNAPSHOT</version>
         </dependency>
+        <dependency>
+            <groupId>org.apache.commons</groupId>
+            <artifactId>commons-lang3</artifactId>
+        </dependency>
         <dependency>
             <groupId>com.squareup.okhttp3</groupId>
             <artifactId>okhttp</artifactId>

Reply via email to