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 c599671 commit 357aa76Copy full SHA for 357aa76
build.gradle
@@ -26,7 +26,8 @@ buildscript {
26
27
dependencies {
28
implementation 'com.google.code.gson:gson:2.9.0'
29
- implementation group: 'ch.qos.logback', name: 'logback-classic', version: '1.2.3'
+ implementation 'org.slf4j:slf4j-api:1.7.25'
30
+ testImplementation group: 'ch.qos.logback', name: 'logback-classic', version: '1.2.3'
31
testImplementation group: 'org.testng', name: 'testng', version: '7.5'
32
testImplementation 'commons-io:commons-io:2.11.0'
33
testImplementation 'org.mockito:mockito-core:4.4.0'
src/main/resources/logback.xml renamed to src/test/resources/logback.xml
0 commit comments