Skip to content

Commit 61378c0

Browse files
authored
Update Iceberg runtime dependency to Flink 2.x (#232)
1 parent 71fe322 commit 61378c0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

flink-sql-runner/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@
6767

6868
<dependency>
6969
<groupId>org.apache.iceberg</groupId>
70-
<artifactId>iceberg-flink-runtime-1.19</artifactId>
70+
<artifactId>iceberg-flink-runtime-2.0</artifactId>
7171
<version>${iceberg.version}</version>
7272
<scope>provided</scope>
7373
</dependency>
@@ -488,7 +488,7 @@
488488
<phase>process-resources</phase>
489489
<configuration>
490490
<includeGroupIds>org.apache.iceberg</includeGroupIds>
491-
<includeArtifactIds>iceberg-flink-runtime-1.19</includeArtifactIds>
491+
<includeArtifactIds>iceberg-flink-runtime-2.0</includeArtifactIds>
492492
<outputDirectory>${project.build.directory}</outputDirectory>
493493
</configuration>
494494
</execution>

stdlib/stdlib-iceberg/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656

5757
<dependency>
5858
<groupId>org.apache.iceberg</groupId>
59-
<artifactId>iceberg-flink-runtime-1.19</artifactId>
59+
<artifactId>iceberg-flink-runtime-2.0</artifactId>
6060
<version>${iceberg.version}</version>
6161
<scope>provided</scope>
6262
</dependency>

0 commit comments

Comments
 (0)