Skip to content

Commit

Permalink
Exclude beam-sdks-java-extensions-sql (close #80)
Browse files Browse the repository at this point in the history
  • Loading branch information
istreeter committed May 12, 2022
1 parent aea610a commit fce8cc4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ object Dependencies {
object Libraries {
val scioCore = ("com.spotify" %% "scio-core" % V.scio)
.exclude("org.codehaus.jackson", "jackson-mapper-asl") // address security vulnerabilities
.exclude("org.apache.beam", "beam-sdks-java-extensions-sql") // address security vulnerabilities
val scioRepl = ("com.spotify" %% "scio-repl" % V.scio)
.exclude("org.codehaus.jackson", "jackson-mapper-asl") // address security vulnerabilities
val beam = ("org.apache.beam" % "beam-runners-google-cloud-dataflow-java" % V.beam)
Expand Down

0 comments on commit fce8cc4

Please sign in to comment.