Skip to content

Commit

Permalink
exclude bcpkix-jdk15on (#805)
Browse files Browse the repository at this point in the history
  • Loading branch information
pjfanning authored Nov 21, 2023
1 parent 64d9d70 commit 0b63c5c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,8 @@ object Dependencies {
val jimfs = "com.google.jimfs" % "jimfs" % "1.3.0" % Test

// docker utils
val dockerClient = "com.spotify" % "docker-client" % "8.16.0" % Test
val dockerClient = ("com.spotify" % "docker-client" % "8.16.0" % Test)
.exclude("org.bouncycastle", "bcpkix-jdk15on")

val jackson = Def.setting {
Seq(
Expand Down

0 comments on commit 0b63c5c

Please sign in to comment.