Skip to content

Commit

Permalink
fix: Make the logger implementation available to test-utils consumers
Browse files Browse the repository at this point in the history
Signed-off-by: Sebastian Schuberth <[email protected]>
  • Loading branch information
sschuberth committed Mar 14, 2024
1 parent 8ce7f5e commit 21ab628
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion utils/test/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ dependencies {

api(libs.kotest.assertions.core)
api(libs.kotest.framework.api)
api(libs.logbackClassic) {
because("Transitively export this to consumers so they do not have to declare a logger implementation.")
}

implementation(projects.downloader)
implementation(projects.utils.ortUtils)
Expand All @@ -39,5 +42,4 @@ dependencies {
implementation(libs.postgresEmbedded)

runtimeOnly(libs.log4j.api.slf4j)
runtimeOnly(libs.logbackClassic)
}

0 comments on commit 21ab628

Please sign in to comment.