NIFI-10525 - Upgraded hadoop.version to 3.3.4.

Signed-off-by: Pierre Villard <pierre.villard.fr@gmail.com>

This closes #6431.
This commit is contained in:
Nathan Gough 2022-09-19 16:16:12 -04:00 committed by Pierre Villard
parent 8d04ba5427
commit a52974780d
No known key found for this signature in database
GPG Key ID: F92A93B30C07C6D5
3 changed files with 7 additions and 3 deletions

View File

@ -43,7 +43,7 @@
<dependency>
<groupId>org.apache.hadoop</groupId>
<artifactId>hadoop-minikdc</artifactId>
<version>3.3.3</version>
<version>${hadoop.version}</version>
<scope>test</scope>
<exclusions>
<exclusion>

View File

@ -122,13 +122,17 @@
<dependency>
<groupId>org.apache.hadoop</groupId>
<artifactId>hadoop-minikdc</artifactId>
<version>3.2.0</version>
<version>${hadoop.version}</version>
<scope>test</scope>
<exclusions>
<exclusion>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-log4j12</artifactId>
</exclusion>
<exclusion>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-reload4j</artifactId>
</exclusion>
</exclusions>
</dependency>
</dependencies>

View File

@ -129,7 +129,7 @@
<surefire.version>3.0.0-M7</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.3</hadoop.version>
<hadoop.version>3.3.4</hadoop.version>
<ozone.version>1.2.1</ozone.version>
<gcs.version>2.1.5</gcs.version>
<aspectj.version>1.9.6</aspectj.version>