Logging OTLP sdk dependencies (#5291)
This commit is contained in:
parent
aad95f8f64
commit
fcfbb32fcc
|
|
@ -9,9 +9,9 @@ description = "OpenTelemetry Protocol JSON Logging Exporters"
|
||||||
otelJava.moduleName.set("io.opentelemetry.exporter.logging.otlp")
|
otelJava.moduleName.set("io.opentelemetry.exporter.logging.otlp")
|
||||||
|
|
||||||
dependencies {
|
dependencies {
|
||||||
compileOnly(project(":sdk:trace"))
|
implementation(project(":sdk:trace"))
|
||||||
compileOnly(project(":sdk:metrics"))
|
implementation(project(":sdk:metrics"))
|
||||||
compileOnly(project(":sdk:logs"))
|
implementation(project(":sdk:logs"))
|
||||||
|
|
||||||
implementation(project(":exporters:otlp:common"))
|
implementation(project(":exporters:otlp:common"))
|
||||||
implementation(project(":sdk-extensions:autoconfigure-spi"))
|
implementation(project(":sdk-extensions:autoconfigure-spi"))
|
||||||
|
|
@ -20,9 +20,6 @@ dependencies {
|
||||||
|
|
||||||
testImplementation(project(":sdk:testing"))
|
testImplementation(project(":sdk:testing"))
|
||||||
testImplementation(project(":sdk:logs-testing"))
|
testImplementation(project(":sdk:logs-testing"))
|
||||||
testImplementation(project(":sdk:logs"))
|
|
||||||
testImplementation(project(":sdk:metrics"))
|
|
||||||
testImplementation(project(":sdk:trace"))
|
|
||||||
|
|
||||||
testImplementation("org.skyscreamer:jsonassert")
|
testImplementation("org.skyscreamer:jsonassert")
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue