Skip to content
This repository was archived by the owner on Aug 5, 2024. It is now read-only.

Commit a1ef51f

Browse files
mrkocotSpace Team
authored andcommitted
[fix] avoid SLF4J "Failed to load class" warning | #BAZEL-806 Done
Repin stuff again, because silly bazelsteward decided to update while I was doing the previous repin :-( Satisfy buildifier [fix] avoid SLF4J "Failed to load class" warning | #BAZEL-806 Done Merge-request: BAZEL-MR-898 Merged-by: Marcin Abramowicz <[email protected]>
1 parent 3f59911 commit a1ef51f

File tree

4 files changed

+173
-121
lines changed

4 files changed

+173
-121
lines changed

MODULE.bazel

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ maven.install(
8080
"org.jetbrains.kotlinx:kotlinx-coroutines-core:1.8.0",
8181
"org.jetbrains.kotlinx:kotlinx-coroutines-test:1.8.0",
8282
"org.jetbrains.kotlinx:kotlinx-serialization-json:1.6.3",
83+
"org.slf4j:slf4j-nop:1.7.36", # cannot be 2.0.0+ unless slf4j-api dependency in velocity-engine-core is 2.0.0+
8384
"com.fasterxml.jackson.core:jackson-databind:2.17.0",
8485
"com.fasterxml.jackson.module:jackson-module-kotlin:2.16.2",
8586
"com.google.protobuf:protobuf-java:3.25.3",

0 commit comments

Comments
 (0)