remove some unnecessary test dependencies (#993)

This commit is contained in:
PJ Fanning 2024-01-20 14:19:41 +01:00 committed by GitHub
parent 51b7ac519a
commit 45e94b9dda
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -132,11 +132,8 @@ object Dependencies {
}
object TestDependencies {
val bcpkix = "org.bouncycastle" % "bcpkix-jdk18on" % "1.77" % Test
val commonsMath = "org.apache.commons" % "commons-math" % "2.2" % Test
val commonsIo = "commons-io" % "commons-io" % "2.15.1" % Test
val commonsCodec = "commons-codec" % "commons-codec" % "1.16.0" % Test
val commonsCompress = "org.apache.commons" % "commons-compress" % "1.25.0" % Test
val junit = "junit" % "junit" % junitVersion % Test
val junit5 = "org.junit.jupiter" % "junit-jupiter-engine" % junit5Version % Test
val httpClient = "org.apache.httpcomponents" % "httpclient" % "4.5.14" % Test
@ -254,7 +251,6 @@ object Dependencies {
TestDependencies.scalatestJUnit.value,
TestDependencies.scalatestScalaCheck.value,
TestDependencies.commonsCodec,
TestDependencies.commonsMath,
TestDependencies.jimfs) ++
TestDependencies.jackson.value ++ TestDependencies.dockerClient.value