Skip to content

Commit

Permalink
Specify SLF4J as direct dependency instead of indirect CH.QOS logback
Browse files Browse the repository at this point in the history
  • Loading branch information
gregorbg committed Jan 1, 2024
1 parent ad19a86 commit 946535f
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 7 deletions.
3 changes: 0 additions & 3 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,8 @@
[versions]
junit-jupiter = "5.10.1"
logback = "1.3.14"

[libraries]
slf4j-api = { module = "org.slf4j:slf4j-api", version = "2.0.10" }
logback-core = { module = "ch.qos.logback:logback-core", version.ref = "logback" }
logback-classic = { module = "ch.qos.logback:logback-classic", version.ref = "logback" }
gwt-exporter = { module = "org.timepedia.exporter:gwtexporter", version = "2.5.1" }
junit-jupiter-api = { module = "org.junit.jupiter:junit-jupiter-api", version.ref = "junit-jupiter" }
junit-jupiter-engine = { module = "org.junit.jupiter:junit-jupiter-engine", version.ref = "junit-jupiter" }
Expand Down
3 changes: 1 addition & 2 deletions sq12phase/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,5 @@ configureSignatures(publishing)
attachRemoteRepositories()

dependencies {
implementation(libs.logback.core)
implementation(libs.logback.classic)
implementation(libs.slf4j.api)
}
3 changes: 1 addition & 2 deletions threephase/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,5 @@ attachRemoteRepositories()

dependencies {
implementation(project(":min2phase"))
implementation(libs.logback.core)
implementation(libs.logback.classic)
implementation(libs.slf4j.api)
}

0 comments on commit 946535f

Please sign in to comment.