We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c85481d commit b09d4ebCopy full SHA for b09d4eb
build.gradle.kts
@@ -106,6 +106,7 @@ dependencies {
106
api("com.github.calimero:calimero-device:$version")
107
108
implementation("org.slf4j:slf4j-api:2.0.17")
109
+ runtimeOnly("org.slf4j:slf4j-jdk-platform-logging:2.0.17")
110
runtimeOnly("org.slf4j:slf4j-simple:2.0.17")
111
112
add("serialRuntimeOnly", "com.github.calimero:calimero-rxtx:$version")
0 commit comments