Skip to content

Commit

Permalink
[HUDI-7379] Exclude jackson-module-afterburner from hudi-aws module (#…
Browse files Browse the repository at this point in the history
…10618)

Co-authored-by: Prabhu Joseph <[email protected]>
  • Loading branch information
2 people authored and yihua committed Feb 27, 2024
1 parent ff79572 commit ba5dc83
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packaging/hudi-aws-bundle/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,10 @@
<groupId>org.apache.hadoop</groupId>
<artifactId>*</artifactId>
</exclusion>
<exclusion>
<groupId>com.fasterxml.jackson.module</groupId>
<artifactId>jackson-module-afterburner</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
Expand Down

0 comments on commit ba5dc83

Please sign in to comment.