Skip to content

Commit

Permalink
SNOW-1711460 Exclude avro dependency to fix 853 (#857)
Browse files Browse the repository at this point in the history
exclude avro
  • Loading branch information
sfc-gh-xhuang authored Oct 8, 2024
1 parent e5ec33a commit b4e27fc
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -287,6 +287,12 @@
<groupId>org.apache.iceberg</groupId>
<artifactId>iceberg-core</artifactId>
<version>${iceberg.version}</version>
<exclusions>
<exclusion>
<groupId>org.apache.avro</groupId>
<artifactId>avro</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.apache.iceberg</groupId>
Expand Down

0 comments on commit b4e27fc

Please sign in to comment.