Skip to content

Commit

Permalink
Drop testRuntimeOnly dependency on commons-io
Browse files Browse the repository at this point in the history
  • Loading branch information
timtebeek committed Aug 15, 2023
1 parent 057423e commit 1e7e95a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ dependencies {
testImplementation("org.codehaus.plexus:plexus-utils:3.+")
testImplementation("org.apache.maven.shared:maven-shared-utils:3.+")

testRuntimeOnly("commons-io:commons-io:2.+")
testRuntimeOnly("com.fasterxml.jackson.datatype:jackson-datatype-jsr353")
testRuntimeOnly("com.fasterxml.jackson.core:jackson-core")
testRuntimeOnly("com.fasterxml.jackson.core:jackson-databind")
Expand Down

0 comments on commit 1e7e95a

Please sign in to comment.