Skip to content

Commit

Permalink
further fix needed for bcpkix (#1345)
Browse files Browse the repository at this point in the history
  • Loading branch information
pjfanning authored May 26, 2024
1 parent 2620419 commit 4921097
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4921097

Please sign in to comment.