[*] Switch to Apache Commons Logging (#10)

This commit is contained in:
2025-06-14 00:24:27 +02:00
parent 6e5c9a23c2
commit 694fb85c31
5 changed files with 42 additions and 45 deletions

View File

@@ -1,6 +1,7 @@
[versions]
assertj = "3.26.3"
autoservice = "1.1.1"
acl = "1.3.5"
java-main = "8"
java-test = "21"
jetbrains-annotations = "26.0.1"
@@ -14,6 +15,7 @@ slf4j = "2.0.16"
lombok = { id = "io.freefair.lombok", version = "8.13.1" }
[libraries]
acl = { group = "commons-logging", name = "commons-logging", version.ref = "acl" }
assertj = { group = "org.assertj", name = "assertj-core", version.ref = "assertj" }
autoservice-annotations = { group = "com.google.auto.service", name = "auto-service-annotations", version.ref = "autoservice" }
autoservice-processor = { group = "com.google.auto.service", name = "auto-service", version.ref = "autoservice" }