remove some unnecessary test dependencies (#993)
This commit is contained in:
parent
51b7ac519a
commit
45e94b9dda
1 changed files with 0 additions and 4 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue