We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8ec34cc commit fd66002Copy full SHA for fd66002
metafacture-io/build.gradle
@@ -27,6 +27,5 @@ dependencies {
27
testImplementation "junit:junit:${versions.junit}"
28
testImplementation "org.mockito:mockito-core:${versions.mockito}"
29
testImplementation "org.assertj:assertj-core:${versions.assertj_core}"
30
- testRuntimeOnly "org.slf4j:slf4j-api:${versions.slf4j}"
31
testRuntimeOnly "org.slf4j:slf4j-simple:${versions.slf4j}"
32
}
0 commit comments