Skip to content

Commit

Permalink
[HUDI-4806] Use Avro version from the root pom for Flink bundle (apac…
Browse files Browse the repository at this point in the history
…he#6628)

Co-authored-by: Shawn Chang <[email protected]>
  • Loading branch information
2 people authored and voonhous committed Oct 7, 2022
1 parent fe35aea commit 6d0fd65
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packaging/hudi-flink-bundle/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -501,8 +501,7 @@
<dependency>
<groupId>org.apache.avro</groupId>
<artifactId>avro</artifactId>
<!-- Override the version to be same with Flink avro -->
<version>1.10.0</version>
<version>${avro.version}</version>
<scope>compile</scope>
</dependency>

Expand Down

0 comments on commit 6d0fd65

Please sign in to comment.