Skip to content

Commit b50e1ba

Browse files
Add slf4j-simple to the shaded jar (#2120)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 6494b4e commit b50e1ba

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ibm-mq-metrics/build.gradle.kts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ dependencies {
3939
api("io.opentelemetry:opentelemetry-exporter-otlp")
4040
api("io.opentelemetry:opentelemetry-sdk-extension-autoconfigure")
4141
api("org.slf4j:slf4j-api:2.0.17")
42+
implementation("org.slf4j:slf4j-simple:2.0.17")
4243
testImplementation("com.google.guava:guava")
4344
testImplementation("io.opentelemetry:opentelemetry-sdk-testing")
4445
integrationTestImplementation("org.assertj:assertj-core:3.27.4")

0 commit comments

Comments
 (0)