This is an automated email from the ASF dual-hosted git repository.
fanningpj pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-pekko.git
The following commit(s) were added to refs/heads/main by this push:
new 0b63c5c466 exclude bcpkix-jdk15on (#805)
0b63c5c466 is described below
commit 0b63c5c4667845229f76264e40ebd3aec6dcc05b
Author: PJ Fanning <[email protected]>
AuthorDate: Tue Nov 21 09:29:53 2023 +0100
exclude bcpkix-jdk15on (#805)
---
project/Dependencies.scala | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/project/Dependencies.scala b/project/Dependencies.scala
index 3dd8592a33..09d10862e6 100644
--- a/project/Dependencies.scala
+++ b/project/Dependencies.scala
@@ -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(
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]