Skip to content

Commit

Permalink
Beam: Add missing tcnative dependency of Scio 0.9.5 (close #389)
Browse files Browse the repository at this point in the history
  • Loading branch information
oguzhanunlu committed Oct 30, 2020
1 parent 674df02 commit 34a958e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,7 @@ lazy val beam =
buildInfoPackage := "com.snowplowanalytics.snowplow.enrich.beam.generated",
libraryDependencies ++= Seq(
Dependencies.Libraries.scio,
Dependencies.Libraries.tcnative,
Dependencies.Libraries.beam,
Dependencies.Libraries.sentry,
Dependencies.Libraries.slf4j,
Expand Down
2 changes: 2 additions & 0 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ object Dependencies {

val sentry = "1.7.30"
val scio = "0.9.5"
val tcnative = "2.0.30.Final"
val beam = "2.24.0"
val macros = "2.1.1"
val scalaTest = "3.0.8"
Expand Down Expand Up @@ -141,6 +142,7 @@ object Dependencies {
// Beam
val sentry = "io.sentry" % "sentry" % V.sentry
val scio = "com.spotify" %% "scio-core" % V.scio
val tcnative = "io.netty" % "netty-tcnative-boringssl-static" % V.tcnative
val beam = "org.apache.beam" % "beam-runners-google-cloud-dataflow-java" % V.beam
val slf4j = "org.slf4j" % "slf4j-simple" % V.slf4j
val scioTest = "com.spotify" %% "scio-test" % V.scio % Test
Expand Down

0 comments on commit 34a958e

Please sign in to comment.