exclude bcpkix-jdk15on (#805)
This commit is contained in:
parent
64d9d70864
commit
0b63c5c466
1 changed files with 2 additions and 1 deletions
|
|
@ -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(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue