Skip to content

Commit bf4e956

Browse files
committed
удалил зависимость slf4j-simple
1 parent ec138a2 commit bf4e956

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ dependencies {
3232

3333
// логирование
3434
implementation("org.slf4j", "slf4j-api", "1.8.0-beta4")
35-
implementation("org.slf4j", "slf4j-simple", "1.8.0-beta4")
35+
3636
// прочее
3737
implementation("commons-io", "commons-io", "2.6")
3838
implementation("org.apache.commons", "commons-lang3", "3.9")

0 commit comments

Comments
 (0)