We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a175e8a commit 81c7713Copy full SHA for 81c7713
instrumentation/external-annotations/javaagent/build.gradle.kts
@@ -18,7 +18,8 @@ dependencies {
18
testImplementation("io.opentracing.contrib.dropwizard:dropwizard-opentracing:0.2.2") {
19
isTransitive = false
20
}
21
- testImplementation("com.signalfx.public:signalfx-trace-api:0.48.0-sfx1")
+ testImplementation("com.datadoghq:dd-trace-api:1.43.0")
22
+ testImplementation("com.signalfx.public:signalfx-trace-api:0.48.0-sfx8")
23
// Old and new versions of kamon use different packages for Trace annotation
24
testImplementation("io.kamon:kamon-annotation_2.11:0.6.7") {
25
0 commit comments