Skip to content

Commit a298bd7

Browse files
CTTYyuzhaojing
authored andcommitted
[HUDI-4806] Use Avro version from the root pom for Flink bundle (#6628)
Co-authored-by: Shawn Chang <yxchang@amazon.com>
1 parent 467e382 commit a298bd7

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

packaging/hudi-flink-bundle/pom.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -501,8 +501,7 @@
501501
<dependency>
502502
<groupId>org.apache.avro</groupId>
503503
<artifactId>avro</artifactId>
504-
<!-- Override the version to be same with Flink avro -->
505-
<version>1.10.0</version>
504+
<version>${avro.version}</version>
506505
<scope>compile</scope>
507506
</dependency>
508507

0 commit comments

Comments
 (0)