Skip to content

Commit

Permalink
Update Hadoop dependency in Java pom
Browse files Browse the repository at this point in the history
  • Loading branch information
jlowe committed Nov 26, 2024
1 parent 776ef54 commit 28a2dce
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 28a2dce

Please sign in to comment.