We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 364c70e commit 1114d86Copy full SHA for 1114d86
modules/apm/build.gradle
@@ -20,7 +20,7 @@ dependencies {
20
implementation "io.opentelemetry:opentelemetry-api:${otelVersion}"
21
implementation "io.opentelemetry:opentelemetry-context:${otelVersion}"
22
implementation "io.opentelemetry:opentelemetry-semconv:${otelSemconvVersion}"
23
- runtimeOnly "co.elastic.apm:elastic-apm-agent:1.55.0"
+ runtimeOnly "co.elastic.apm:elastic-apm-agent-java8:1.55.0"
24
25
javaRestTestImplementation project(':modules:apm')
26
javaRestTestImplementation project(':test:framework')
0 commit comments