Skip to content

Commit

Permalink
Added jackson-databind dependency to be compatible with hadoop 3
Browse files Browse the repository at this point in the history
  • Loading branch information
vikasrathee-cs committed Jan 15, 2025
1 parent 90fe2e7 commit 4337836
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,11 @@
</properties>

<dependencies>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.15.2</version>
</dependency>
<!-- Declare the transitive dependency of cdap-format explicitly to run e2e test -->
<dependency>
<groupId>com.google.guava</groupId>
Expand Down

0 comments on commit 4337836

Please sign in to comment.