Skip to content

Commit

Permalink
Add missing dependencies for GCS, ADLS
Browse files Browse the repository at this point in the history
Signed-off-by: Christopher Grote <cmgrote@users.noreply.github.com>
  • Loading branch information
cmgrote committed May 24, 2024
1 parent 80fbe4b commit c62148f
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions package-toolkit/runtime/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ tasks {
include(dependency("commons-logging:commons-logging:.*"))
include(dependency("commons-codec:commons-codec:.*"))
// GCS
include(dependency("com.google.cloud:google-cloud-storage:.*"))
include(dependency("com.google.guava:guava:.*"))
include(dependency("com.google.guava:failureaccess:.*"))
include(dependency("com.google.guava:listenablefuture:.*"))
Expand Down Expand Up @@ -147,6 +148,10 @@ tasks {
include(dependency("com.google.re2j:re2j:.*"))
include(dependency("io.grpc:grpc-rls:.*"))
// ADLS
include(dependency("com.azure:azure-identity:.*"))
include(dependency("com.microsoft.azure:msal4j:.*"))
include(dependency("com.microsoft.azure:msal4j-persistence-extension:.*"))
include(dependency("net.java.dev.jna:jna-platform:.*"))
include(dependency("com.azure:azure-core-http-netty:.*"))
include(dependency("com.azure:azure-core:.*"))
include(dependency("com.azure:azure-json:.*"))
Expand Down

0 comments on commit c62148f

Please sign in to comment.