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 16, 2025
1 parent 90fe2e7 commit b0f3c04
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -85,9 +85,15 @@
<httpclient.version>4.5.14</httpclient.version>
<main.basedir>${project.basedir}</main.basedir>
<testSourceLocation>${project.basedir}/src/test/java/</testSourceLocation>
<jackson.databind.version>2.13.4.2</jackson.databind.version>
</properties>

<dependencies>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>${jackson.databind.version}</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 b0f3c04

Please sign in to comment.