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/pekko.git


The following commit(s) were added to refs/heads/main by this push:
     new 49210976aa further fix needed for bcpkix (#1345)
49210976aa is described below

commit 49210976aa6c65631d33993b928f6b923034710e
Author: PJ Fanning <[email protected]>
AuthorDate: Sun May 26 09:47:29 2024 +0100

    further fix needed for bcpkix (#1345)
---
 project/Dependencies.scala | 14 ++++++++------
 1 file changed, 8 insertions(+), 6 deletions(-)

diff --git a/project/Dependencies.scala b/project/Dependencies.scala
index 44ddf8af3b..59ad6930db 100644
--- a/project/Dependencies.scala
+++ b/project/Dependencies.scala
@@ -156,16 +156,18 @@ object Dependencies {
         "com.github.docker-java" % "docker-java-core" % dockerClientVersion % 
Test,
         "com.github.docker-java" % "docker-java-transport-httpclient5" % 
dockerClientVersion % Test,
         TestDependencies.bcprov,
+        TestDependencies.bcpkix,
+        TestDependencies.bcutil,
         TestDependencies.commonsCompress,
         TestDependencies.guava)
 
       val jackson = Seq(
-        (jacksonCore % Test).force(),
-        (jacksonAnnotations % Test).force(),
-        (jacksonDatabind % Test).force(),
-        ("com.fasterxml.jackson.jaxrs" % "jackson-jaxrs-base" % 
jacksonCoreVersion % Test).force(),
-        ("com.fasterxml.jackson.jaxrs" % "jackson-jaxrs-json-provider" % 
jacksonCoreVersion % Test).force(),
-        ("com.fasterxml.jackson.datatype" % "jackson-datatype-guava" % 
jacksonCoreVersion % Test).force())
+        jacksonCore % Test,
+        jacksonAnnotations % Test,
+        jacksonDatabind % Test,
+        "com.fasterxml.jackson.jaxrs" % "jackson-jaxrs-base" % 
jacksonCoreVersion % Test,
+        "com.fasterxml.jackson.jaxrs" % "jackson-jaxrs-json-provider" % 
jacksonCoreVersion % Test,
+        "com.fasterxml.jackson.datatype" % "jackson-datatype-guava" % 
jacksonCoreVersion % Test)
 
       // metrics, measurements, perf testing
       val metrics = "io.dropwizard.metrics" % "metrics-core" % "4.2.25" % Test


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to