Skip to content

Commit

Permalink
Update Hadoop dependency in Java pom (#17454)
Browse files Browse the repository at this point in the history
Updates the Java pom to use Hadoop 3.4.0 as a test dependency.

Authors:
  - Jason Lowe (https://github.com/jlowe)

Approvers:
  - Nghia Truong (https://github.com/ttnghia)
  - Robert (Bobby) Evans (https://github.com/revans2)

URL: #17454
  • Loading branch information
jlowe authored Nov 27, 2024
1 parent 0495071 commit 3133b5a
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion java/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -147,8 +147,18 @@
<dependency>
<groupId>org.apache.hadoop</groupId>
<artifactId>hadoop-common</artifactId>
<version>3.2.4</version>
<version>3.4.0</version>
<scope>test</scope>
<exclusions>
<exclusion>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-reload4j</artifactId>
</exclusion>
<exclusion>
<groupId>org.slf4j</groupId>
<artifactId>slf4j-log4j12</artifactId>
</exclusion>
</exclusions>
</dependency>
</dependencies>

Expand Down

0 comments on commit 3133b5a

Please sign in to comment.