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 Oct 14, 2023
1 parent 0a7a5f9 commit aac24e6
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 aac24e6

Please sign in to comment.