Skip to content

Commit

Permalink
Adds GCP core dependency to the test expansion service (apache#24308)
Browse files Browse the repository at this point in the history
  • Loading branch information
chamikaramj authored and ruslan-ikhsan committed Nov 30, 2022
1 parent 206ea0c commit 960b09b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sdks/java/testing/expansion-service/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ dependencies {
testImplementation project(path: ":sdks:java:core", configuration: "shadow")
testImplementation project(":sdks:java:io:parquet")
testImplementation project(":sdks:java:expansion-service")
testRuntimeOnly project(":sdks:java:extensions:google-cloud-platform-core")
testRuntimeOnly library.java.hadoop_client
}

Expand Down

0 comments on commit 960b09b

Please sign in to comment.