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 5f1ef8f commit 113ce50Copy full SHA for 113ce50
metamorph/build.gradle
@@ -24,8 +24,10 @@ dependencies {
24
implementation project(':metafacture-flowcontrol')
25
implementation project(':metafacture-mangling')
26
implementation project(':metafacture-javaintegration')
27
+ implementation 'org.slf4j:slf4j-api:1.7.21'
28
testImplementation 'junit:junit:4.12'
29
testImplementation 'org.mockito:mockito-core:2.5.5'
30
+ testRuntimeOnly 'org.slf4j:slf4j-simple:1.7.21'
31
}
32
33
sourceSets {
0 commit comments