Skip to content

Commit

Permalink
Logging OTLP sdk dependencies (#5291)
Browse files Browse the repository at this point in the history
  • Loading branch information
jack-berg committed Mar 29, 2023
1 parent aad95f8 commit fcfbb32
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions exporters/logging-otlp/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ description = "OpenTelemetry Protocol JSON Logging Exporters"
otelJava.moduleName.set("io.opentelemetry.exporter.logging.otlp")

dependencies {
compileOnly(project(":sdk:trace"))
compileOnly(project(":sdk:metrics"))
compileOnly(project(":sdk:logs"))
implementation(project(":sdk:trace"))
implementation(project(":sdk:metrics"))
implementation(project(":sdk:logs"))

implementation(project(":exporters:otlp:common"))
implementation(project(":sdk-extensions:autoconfigure-spi"))
Expand All @@ -20,9 +20,6 @@ dependencies {

testImplementation(project(":sdk:testing"))
testImplementation(project(":sdk:logs-testing"))
testImplementation(project(":sdk:logs"))
testImplementation(project(":sdk:metrics"))
testImplementation(project(":sdk:trace"))

testImplementation("org.skyscreamer:jsonassert")
}

0 comments on commit fcfbb32

Please sign in to comment.