Skip to content

Commit 2504fd6

Browse files
committed
Use Avro version from the root pom for Flink bundle
1 parent e8aee84 commit 2504fd6

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)