Skip to content

Commit

Permalink
build(helper-cli): Add an explicit dependency on SLF4J
Browse files Browse the repository at this point in the history
`HelperMain` imports `org.slf4j.LoggerFactory` so the dependency should
be explicit.

Signed-off-by: Sebastian Schuberth <[email protected]>
  • Loading branch information
sschuberth committed Oct 16, 2023
1 parent 3b66aa8 commit 112808a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions helper-cli/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,5 @@ dependencies {
implementation(libs.jacksonModuleKotlin)
implementation(libs.jslt)
implementation(libs.log4jApi)
implementation(libs.slf4j)
}

0 comments on commit 112808a

Please sign in to comment.