diff --git a/notifications/notifications/build.gradle b/notifications/notifications/build.gradle index 0db0b393..1adcafd3 100644 --- a/notifications/notifications/build.gradle +++ b/notifications/notifications/build.gradle @@ -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"