Skip to content

Commit

Permalink
REVERT SNOW-1711460 Exclude avro dependency to fix 853 (#859)
Browse files Browse the repository at this point in the history
revert exclude avro
  • Loading branch information
sfc-gh-xhuang authored Oct 9, 2024
1 parent b4e27fc commit 3c94b8c
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -287,12 +287,6 @@
<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 3c94b8c

Please sign in to comment.