Skip to content

Commit

Permalink
unpinning iceberg version in libs
Browse files Browse the repository at this point in the history
  • Loading branch information
Carleen Li committed Nov 18, 2024
1 parent 3e7e046 commit 0a30706
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion libs/datalayout/build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
plugins {
id 'openhouse.java-conventions'
id 'openhouse.hadoop-conventions'
id 'openhouse.iceberg-conventions-1.5.2'
id 'openhouse.maven-publish'
}

Expand All @@ -14,6 +13,11 @@ ext {

dependencies {
compileOnly project(':integrations:spark:openhouse-spark-runtime_2.12')
implementation('org.apache.iceberg:iceberg-bundled-guava:' + icebergVersion)
implementation('org.apache.iceberg:iceberg-data:' + icebergVersion)
implementation('org.apache.iceberg:iceberg-core:' + icebergVersion)
implementation('org.apache.iceberg:iceberg-common:' + icebergVersion)
implementation('org.testcontainers:testcontainers:1.19.8')
implementation ('org.apache.spark:spark-core_2.12:' + sparkVersion) {
exclude group: 'io.netty'
exclude group: 'org.apache.hadoop', module: 'hadoop-common'
Expand Down

0 comments on commit 0a30706

Please sign in to comment.