Add slf4j-simple to the shaded jar (#2120)

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
This commit is contained in:
Antoine Toulme 2025-08-18 06:03:03 -07:00 committed by GitHub
parent 6494b4ee8b
commit b50e1bae69
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -39,6 +39,7 @@ dependencies {
api("io.opentelemetry:opentelemetry-exporter-otlp")
api("io.opentelemetry:opentelemetry-sdk-extension-autoconfigure")
api("org.slf4j:slf4j-api:2.0.17")
implementation("org.slf4j:slf4j-simple:2.0.17")
testImplementation("com.google.guava:guava")
testImplementation("io.opentelemetry:opentelemetry-sdk-testing")
integrationTestImplementation("org.assertj:assertj-core:3.27.4")