Skip to content

Commit

Permalink
place dep in expansion service
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmedabu98 committed Dec 10, 2024
1 parent 1e3a2a4 commit 6ab4e1a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions sdks/java/io/expansion-service/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ dependencies {
permitUnusedDeclared project(":sdks:java:io:kafka:upgrade") // BEAM-11761

// **** IcebergIO runtime dependencies ****
runtimeOnly library.java.hadoop_auth
runtimeOnly library.java.hadoop_client
// Needed when using GCS as the warehouse location.
runtimeOnly library.java.bigdataoss_gcs_connector
Expand Down
1 change: 0 additions & 1 deletion sdks/java/io/iceberg/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ dependencies {
implementation "org.apache.iceberg:iceberg-orc:$iceberg_version"
implementation library.java.hadoop_common
runtimeOnly "org.apache.iceberg:iceberg-gcp:$iceberg_version"
runtimeOnly library.java.hadoop_auth

testImplementation project(":sdks:java:managed")
testImplementation library.java.hadoop_client
Expand Down

0 comments on commit 6ab4e1a

Please sign in to comment.