Skip to content

Commit

Permalink
Fix dependencies checks
Browse files Browse the repository at this point in the history
  • Loading branch information
RustedBones committed Jul 31, 2023
1 parent f764923 commit e43e452
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -710,7 +710,6 @@ lazy val `scio-google-cloud-platform`: Project = project
description := "Scio add-on for Google Cloud Platform",
libraryDependencies ++= Seq(
// compile
"com.chuusai" %% "shapeless" % shapelessVersion,
"com.esotericsoftware" % "kryo-shaded" % kryoVersion,
"com.google.api" % "gax" % gaxVersion,
"com.google.api" % "gax-grpc" % gaxVersion,
Expand Down Expand Up @@ -1032,7 +1031,6 @@ lazy val `scio-parquet`: Project = project
).reduce(_ | _),
libraryDependencies ++= Seq(
// compile
"com.chuusai" %% "shapeless" % shapelessVersion,
"com.google.auth" % "google-auth-library-oauth2-http" % googleAuthVersion,
"com.google.cloud.bigdataoss" % "util-hadoop" % s"hadoop2-$bigdataossVersion",
"com.google.protobuf" % "protobuf-java" % protobufVersion,
Expand Down

0 comments on commit e43e452

Please sign in to comment.