Skip to content

Commit 4233879

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packaging/hudi-flink-bundle/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -502,7 +502,7 @@
502502
<groupId>org.apache.avro</groupId>
503503
<artifactId>avro</artifactId>
504504
<!-- Override the version to be same with Flink avro -->
505-
<version>1.10.0</version>
505+
<version>${avro.version}</version>
506506
<scope>compile</scope>
507507
</dependency>
508508

0 commit comments

Comments
 (0)