Skip to content

Commit

Permalink
Add iceberg-hive-metastore jar to distribution (#308)
Browse files Browse the repository at this point in the history
  • Loading branch information
ismailsimsek committed Apr 24, 2024
1 parent f417423 commit 2368530
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions debezium-server-iceberg-sink/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,11 @@
<artifactId>iceberg-arrow</artifactId>
<version>${version.iceberg}</version>
</dependency>
<dependency>
<groupId>org.apache.iceberg</groupId>
<artifactId>iceberg-hive-metastore</artifactId>
<version>${version.iceberg}</version>
</dependency>
<dependency>
<groupId>org.apache.hive</groupId>
<artifactId>hive-metastore</artifactId>
Expand Down

0 comments on commit 2368530

Please sign in to comment.