Skip to content

Commit

Permalink
add iceberg gcp dependency (#33281)
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmedabu98 authored Dec 4, 2024
1 parent 78bde63 commit 40423bc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sdks/java/io/iceberg/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ dependencies {
implementation "org.apache.iceberg:iceberg-api:$iceberg_version"
implementation "org.apache.iceberg:iceberg-parquet:$iceberg_version"
implementation "org.apache.iceberg:iceberg-orc:$iceberg_version"
runtimeOnly "org.apache.iceberg:iceberg-gcp:$iceberg_version"
implementation library.java.hadoop_common

testImplementation project(":sdks:java:managed")
Expand Down

0 comments on commit 40423bc

Please sign in to comment.