mirror of https://github.com/apache/nifi.git
NIFI-10015 Upgraded Hadoop from 3.3.0 to 3.3.2
Signed-off-by: Pierre Villard <pierre.villard.fr@gmail.com> This closes #6051.
This commit is contained in:
parent
88e53eae8c
commit
7754e8903e
2
pom.xml
2
pom.xml
|
@ -122,7 +122,7 @@
|
|||
<surefire.version>3.0.0-M5</surefire.version>
|
||||
<!-- The Hadoop version used by nifi-hadoop-libraries-nar and any NARs that depend on it, other NARs that need
|
||||
a specific version should override this property, or use a more specific property like abc.hadoop.version -->
|
||||
<hadoop.version>3.3.0</hadoop.version>
|
||||
<hadoop.version>3.3.2</hadoop.version>
|
||||
<ozone.version>1.2.1</ozone.version>
|
||||
<gcs.version>2.1.5</gcs.version>
|
||||
<aspectj.version>1.9.6</aspectj.version>
|
||||
|
|
Loading…
Reference in New Issue