Using in tests now Logback instead of Slf4jSimple
This commit is contained in:
parent
4588fb4d20
commit
32ce7eab66
|
@ -97,7 +97,7 @@ kotlin {
|
||||||
|
|
||||||
implementation "org.apache.commons:commons-csv:1.8"
|
implementation "org.apache.commons:commons-csv:1.8"
|
||||||
|
|
||||||
implementation "org.slf4j:slf4j-simple:$slf4jVersion"
|
implementation "ch.qos.logback:logback-classic:$logbackVersion"
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue