Skip to content

Commit

Permalink
Upgrade iceberg to 1.4.0 and include iceberg-azure (#237)
Browse files Browse the repository at this point in the history
Upgrade iceberg to 1.4.0 and include iceberg-azure

(cherry picked from commit 4c2f08d)
  • Loading branch information
ismailsimsek committed Jan 1, 2024
1 parent 1bde104 commit 5131f23
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 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 @@ -78,6 +78,11 @@
<artifactId>iceberg-aliyun</artifactId>
<version>${version.iceberg}</version>
</dependency>
<dependency>
<groupId>org.apache.iceberg</groupId>
<artifactId>iceberg-azure</artifactId>
<version>${version.iceberg}</version>
</dependency>
<!-- Google -->
<dependency>
<groupId>com.google.cloud</groupId>
Expand Down
9 changes: 7 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<version.groovy>3.0.17</version.groovy>
<version.assembly.plugin>3.4.2</version.assembly.plugin>
<version.jackson>2.13.5</version.jackson>
<version.iceberg>1.3.1</version.iceberg>
<version.iceberg>1.4.0</version.iceberg>
<version.spark>3.3.2</version.spark>
<version.hadoop>3.3.2</version.hadoop>
<version.hive>3.1.3</version.hive>
Expand All @@ -44,7 +44,12 @@
<!-- FOR TESTS Align with SPARK Antlr version -->
<version.antlr>4.8</version.antlr>
</properties>

<repositories>
<repository>
<id>iceberg-stg-repo</id>
<url>https://repository.apache.org/content/repositories/orgapacheiceberg-1145/</url>
</repository>
</repositories>
<dependencyManagement>
<dependencies>
<!-- log -->
Expand Down

0 comments on commit 5131f23

Please sign in to comment.