Skip to content

Commit

Permalink
Added slf4j-jdk14.jar to classpath
Browse files Browse the repository at this point in the history
Adding binding for SLF4J that should fix StaticLoggerBinder being not loaded.
Followed instructions from warning messages that appear.

Signed-off-by: Noir <[email protected]>
  • Loading branch information
Noir01 authored and Hailong-am committed Oct 16, 2023
1 parent 1e83047 commit 80fc198
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions notifications/notifications/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,7 @@ dependencies {
exclude group: 'org.jetbrains', module: 'annotations' // resolve jarhell
} // ${kotlin_version} does not work for coroutines
implementation "${group}:common-utils:${common_utils_version}"
implementation "org.slf4j:slf4j-jdk14:1.7.32"
// TODO: change compile to implementation when the _local/stats API is supported
compileOnly "org.json:json:20230227"
compileOnly "com.github.wnameless.json:json-flattener:0.13.0"
Expand Down

0 comments on commit 80fc198

Please sign in to comment.