Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sync flink artifact #5393

Merged
merged 3 commits into from
Jun 10, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ val jacksonVersion = "2.14.1"
val jodaTimeVersion = "2.10.10"
val nettyTcNativeVersion = "2.0.52.Final"
val slf4jVersion = "1.7.30"
val zstdJniVersion = "1.5.6-3"
val zstdJniVersion = "1.5.2-5"
// dependent versions
val googleApiServicesBigQueryVersion = s"v2-rev20240229-$googleClientsVersion"
val googleApiServicesDataflowVersion = s"v1b3-rev20240218-$googleClientsVersion"
Expand Down Expand Up @@ -543,7 +543,7 @@ lazy val sparkRunnerDependencies = Seq(
)

lazy val flinkRunnerDependencies = Seq(
"org.apache.beam" % "beam-runners-flink-1.16" % beamVersion % Runtime,
"org.apache.beam" % "beam-runners-flink-1.17" % beamVersion % Runtime,
"org.apache.flink" % "flink-clients" % flinkVersion % Runtime,
"org.apache.flink" % "flink-streaming-java" % flinkVersion % Runtime
)
Expand Down Expand Up @@ -689,7 +689,7 @@ lazy val `scio-core` = project
// provided
"com.github.ben-manes.caffeine" % "caffeine" % caffeineVersion % Provided,
"com.google.apis" % "google-api-services-dataflow" % googleApiServicesDataflowVersion % Provided,
"org.apache.beam" % "beam-runners-flink-1.16" % beamVersion % Provided,
"org.apache.beam" % "beam-runners-flink-1.17" % beamVersion % Provided,
"org.apache.beam" % "beam-runners-google-cloud-dataflow-java" % beamVersion % Provided,
"org.apache.beam" % "beam-runners-spark-3" % beamVersion % Provided,
"org.apache.beam" % "beam-sdks-java-extensions-google-cloud-platform-core" % beamVersion % Provided,
Expand Down Expand Up @@ -1866,6 +1866,7 @@ ThisBuild / dependencyOverrides ++= Seq(
"io.opencensus" % "opencensus-contrib-http-util" % opencensusVersion,
"io.perfmark" % "perfmark-api" % perfmarkVersion,
"org.apache.avro" % "avro" % avroVersion,
"org.apache.commons" % "commons-lang3" % commonsLang3Version,
"org.apache.httpcomponents" % "httpclient" % httpClientVersion,
"org.apache.httpcomponents" % "httpcore" % httpCoreVersion,
"org.checkerframework" % "checker-qual" % checkerQualVersion,
Expand Down