This is an automated email from the ASF dual-hosted git repository.

joewitt pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/nifi.git

commit d5a7fc5daa27104e7b0bd208dc0e35ce18ef769f
Author: David Mollitor <[email protected]>
AuthorDate: Mon Sep 9 15:23:22 2019 -0400

    NIFI-6542: Upgrade nifi-hadoop-bundles Hadoop version dependency to 3.2.0
---
 nifi-nar-bundles/nifi-hadoop-bundle/nifi-hdfs-processors/pom.xml   | 7 ++++++-
 .../nifi-hadoop-libraries-bundle/nifi-hadoop-libraries-nar/pom.xml | 2 +-
 2 files changed, 7 insertions(+), 2 deletions(-)

diff --git a/nifi-nar-bundles/nifi-hadoop-bundle/nifi-hdfs-processors/pom.xml 
b/nifi-nar-bundles/nifi-hadoop-bundle/nifi-hdfs-processors/pom.xml
index e75cc02..abaa169 100644
--- a/nifi-nar-bundles/nifi-hadoop-bundle/nifi-hdfs-processors/pom.xml
+++ b/nifi-nar-bundles/nifi-hadoop-bundle/nifi-hdfs-processors/pom.xml
@@ -22,7 +22,7 @@
     <artifactId>nifi-hdfs-processors</artifactId>
     <packaging>jar</packaging>
     <properties>
-        <hadoop.version>3.0.0</hadoop.version>
+        <hadoop.version>3.2.0</hadoop.version>
     </properties>
     <dependencies>
         <dependency>
@@ -82,6 +82,11 @@
             <version>2.6</version>
         </dependency>
         <dependency>
+            <groupId>commons-lang</groupId>
+            <artifactId>commons-lang</artifactId>
+            <version>2.6</version>
+        </dependency>
+        <dependency>
             <groupId>org.apache.nifi</groupId>
             <artifactId>nifi-properties</artifactId>
         </dependency>
diff --git 
a/nifi-nar-bundles/nifi-hadoop-libraries-bundle/nifi-hadoop-libraries-nar/pom.xml
 
b/nifi-nar-bundles/nifi-hadoop-libraries-bundle/nifi-hadoop-libraries-nar/pom.xml
index 6d80dd5..9396b21 100644
--- 
a/nifi-nar-bundles/nifi-hadoop-libraries-bundle/nifi-hadoop-libraries-nar/pom.xml
+++ 
b/nifi-nar-bundles/nifi-hadoop-libraries-bundle/nifi-hadoop-libraries-nar/pom.xml
@@ -22,7 +22,7 @@
         <source.skip>true</source.skip>
         <avro.version>1.8.1</avro.version>
         <curator.version>2.11.0</curator.version>
-        <hadoop.version>3.0.0</hadoop.version>
+        <hadoop.version>3.2.0</hadoop.version>
     </properties>
     <dependencies>
         <dependency>

Reply via email to