Skip to content

Commit

Permalink
[HUDI-4901] Add avro.version to Flink profiles (apache#6757)
Browse files Browse the repository at this point in the history
* Add avro.version to Flink profiles

Co-authored-by: Shawn Chang <yxchang@amazon.com>

(cherry picked from commit 1380075)
  • Loading branch information
CTTY authored and neverdizzy committed Dec 1, 2022
1 parent 8cb448f commit 5398640
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions hudi-flink-datasource/hudi-flink/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -230,8 +230,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 5398640

Please sign in to comment.