Skip to content

Commit 357aa76

Browse files
committed
logback: move test configuration to test/resources and cleaned dependencies
1 parent c599671 commit 357aa76

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

build.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@ buildscript {
2626

2727
dependencies {
2828
implementation 'com.google.code.gson:gson:2.9.0'
29-
implementation group: 'ch.qos.logback', name: 'logback-classic', version: '1.2.3'
29+
implementation 'org.slf4j:slf4j-api:1.7.25'
30+
testImplementation group: 'ch.qos.logback', name: 'logback-classic', version: '1.2.3'
3031
testImplementation group: 'org.testng', name: 'testng', version: '7.5'
3132
testImplementation 'commons-io:commons-io:2.11.0'
3233
testImplementation 'org.mockito:mockito-core:4.4.0'
File renamed without changes.

0 commit comments

Comments
 (0)