Skip to content

Commit

Permalink
Source dd Trace from dd artifact and update sfx to last possible. (#1…
Browse files Browse the repository at this point in the history
  • Loading branch information
breedx-splk authored Dec 7, 2024
1 parent a175e8a commit 81c7713
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ dependencies {
testImplementation("io.opentracing.contrib.dropwizard:dropwizard-opentracing:0.2.2") {
isTransitive = false
}
testImplementation("com.signalfx.public:signalfx-trace-api:0.48.0-sfx1")
testImplementation("com.datadoghq:dd-trace-api:1.43.0")
testImplementation("com.signalfx.public:signalfx-trace-api:0.48.0-sfx8")
// Old and new versions of kamon use different packages for Trace annotation
testImplementation("io.kamon:kamon-annotation_2.11:0.6.7") {
isTransitive = false
Expand Down

0 comments on commit 81c7713

Please sign in to comment.