We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01a91df commit 9a775bbCopy full SHA for 9a775bb
xtable-service/pom.xml
@@ -176,7 +176,7 @@
176
177
<dependency>
178
<groupId>org.apache.iceberg</groupId>
179
- <artifactId>iceberg-spark-runtime-3.4_2.12</artifactId>
+ <artifactId>iceberg-spark-runtime-${spark.version.prefix}_${scala.binary.version}</artifactId>
180
<version>${iceberg.version}</version>
181
<scope>test</scope>
182
</dependency>
0 commit comments