Skip to content

Commit 931277d

Browse files
author
Michel Davit
committed
Declare explicit dependency
1 parent f7140cf commit 931277d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

build.sbt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -735,6 +735,7 @@ lazy val `scio-core` = project
735735
"com.fasterxml.jackson.core" % "jackson-databind" % jacksonVersion,
736736
"com.fasterxml.jackson.module" %% "jackson-module-scala" % jacksonVersion,
737737
"com.github.luben" % "zstd-jni" % zstdJniVersion,
738+
"com.google.api" % "api-common" % gcpBom.key.value,
738739
"com.google.api" % "gax" % gcpBom.key.value,
739740
"com.google.api-client" % "google-api-client" % gcpBom.key.value,
740741
"com.google.auto.service" % "auto-service-annotations" % autoServiceVersion,
@@ -961,6 +962,7 @@ lazy val `scio-google-cloud-platform` = project
961962
libraryDependencies ++= Seq(
962963
// compile
963964
"com.esotericsoftware" % "kryo-shaded" % kryoVersion,
965+
"com.google.api" % "api-common" % gcpBom.key.value,
964966
"com.google.api" % "gax" % gcpBom.key.value,
965967
"com.google.api" % "gax-grpc" % gcpBom.key.value,
966968
"com.google.api-client" % "google-api-client" % gcpBom.key.value,

0 commit comments

Comments
 (0)