exclude bcpkix-jdk15on (#805)

This commit is contained in:
PJ Fanning 2023-11-21 09:29:53 +01:00 committed by GitHub
parent 64d9d70864
commit 0b63c5c466
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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(