Skip to content

Commit

Permalink
Declare explicit dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
RustedBones committed Aug 16, 2024
1 parent f7140cf commit 931277d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -735,6 +735,7 @@ lazy val `scio-core` = project
"com.fasterxml.jackson.core" % "jackson-databind" % jacksonVersion,
"com.fasterxml.jackson.module" %% "jackson-module-scala" % jacksonVersion,
"com.github.luben" % "zstd-jni" % zstdJniVersion,
"com.google.api" % "api-common" % gcpBom.key.value,
"com.google.api" % "gax" % gcpBom.key.value,
"com.google.api-client" % "google-api-client" % gcpBom.key.value,
"com.google.auto.service" % "auto-service-annotations" % autoServiceVersion,
Expand Down Expand Up @@ -961,6 +962,7 @@ lazy val `scio-google-cloud-platform` = project
libraryDependencies ++= Seq(
// compile
"com.esotericsoftware" % "kryo-shaded" % kryoVersion,
"com.google.api" % "api-common" % gcpBom.key.value,
"com.google.api" % "gax" % gcpBom.key.value,
"com.google.api" % "gax-grpc" % gcpBom.key.value,
"com.google.api-client" % "google-api-client" % gcpBom.key.value,
Expand Down

0 comments on commit 931277d

Please sign in to comment.