File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff 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,
You can’t perform that action at this time.
0 commit comments