File tree Expand file tree Collapse file tree 3 files changed +5
-6
lines changed Expand file tree Collapse file tree 3 files changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -29,10 +29,10 @@ subprojects {
29
29
' assertj_core' : ' 3.11.1' ,
30
30
' commons_compress' : ' 1.21' ,
31
31
' jackson_databind' : ' 2.15.1' ,
32
- ' junit' : ' 4.12' ,
33
- ' mockito' : ' 2.5.7' ,
34
- ' slf4j' : ' 1.7.36' ,
35
- ' wiremock_jre' : ' 2.35.0'
32
+ ' junit' : ' 4.12' ,
33
+ ' mockito' : ' 2.5.7' ,
34
+ ' slf4j' : ' 1.7.36' ,
35
+ ' wiremock_jre' : ' 2.35.0'
36
36
]
37
37
}
38
38
}
Original file line number Diff line number Diff line change @@ -22,5 +22,4 @@ dependencies {
22
22
implementation ' com.fasterxml.jackson.dataformat:jackson-dataformat-yaml:2.15.1'
23
23
testImplementation " junit:junit:${ versions.junit} "
24
24
testImplementation " org.mockito:mockito-core:${ versions.mockito} "
25
- testRuntimeOnly " org.slf4j:slf4j-api:${ versions.slf4j} "
26
25
}
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ dependencies {
26
26
implementation project(' :metafacture-mangling' )
27
27
implementation project(' :metafacture-javaintegration' )
28
28
implementation " org.slf4j:slf4j-api:${ versions.slf4j} "
29
- testImplementation " org.slf4j:slf4j-simple:${ versions.slf4j} "
29
+ testRuntimeOnly " org.slf4j:slf4j-simple:${ versions.slf4j} "
30
30
testImplementation " junit:junit:${ versions.junit} "
31
31
testImplementation " org.mockito:mockito-core:${ versions.mockito} "
32
32
}
You can’t perform that action at this time.
0 commit comments