Skip to content

Commit

Permalink
remove SLF4J
Browse files Browse the repository at this point in the history
  • Loading branch information
xzel23 committed Sep 28, 2024
1 parent 7c5a1e8 commit 7ed0c36
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ dependencyResolutionManagement {
version("dua3-utility", "13.2-SNAPSHOT")
version("javafx", "23")
version("log4j", "2.24.1")
version("slf4j", "2.0.16")

library("cabe-annotations", "com.dua3.cabe", "cabe-annotations").versionRef("cabe")
library("commons-logging", "commons-logging", "commons-logging").versionRef("commons-logging")
Expand All @@ -48,9 +47,6 @@ dependencyResolutionManagement {
library("log4j-jcl", "org.apache.logging.log4j", "log4j-jcl").versionRef("log4j")
library("log4j-slf4j2", "org.apache.logging.log4j", "log4j-slf4j2-impl").versionRef("log4j")
library("log4j-to-slf4j", "org.apache.logging.log4j", "log4j-to-slf4j").versionRef("log4j")
library("slf4j-api", "org.slf4j", "slf4j-api").versionRef("slf4j")
library("slf4j-simple", "org.slf4j", "slf4j-simple").versionRef("slf4j")
library("jul-to-slf4j", "org.slf4j", "jul-to-slf4j").versionRef("slf4j")
}
}

Expand Down

0 comments on commit 7ed0c36

Please sign in to comment.