Skip to content

Commit 81c7713

Browse files
authored
Source dd Trace from dd artifact and update sfx to last possible. (#12834)
1 parent a175e8a commit 81c7713

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

instrumentation/external-annotations/javaagent/build.gradle.kts

+2-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@ dependencies {
1818
testImplementation("io.opentracing.contrib.dropwizard:dropwizard-opentracing:0.2.2") {
1919
isTransitive = false
2020
}
21-
testImplementation("com.signalfx.public:signalfx-trace-api:0.48.0-sfx1")
21+
testImplementation("com.datadoghq:dd-trace-api:1.43.0")
22+
testImplementation("com.signalfx.public:signalfx-trace-api:0.48.0-sfx8")
2223
// Old and new versions of kamon use different packages for Trace annotation
2324
testImplementation("io.kamon:kamon-annotation_2.11:0.6.7") {
2425
isTransitive = false

0 commit comments

Comments
 (0)