Skip to content

Commit

Permalink
remove dependency version
Browse files Browse the repository at this point in the history
  • Loading branch information
jack-berg committed Sep 16, 2024
1 parent ced8572 commit cc0887b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 2 additions & 2 deletions aws-xray-propagator/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ dependencies {
testImplementation("io.opentelemetry:opentelemetry-sdk-extension-autoconfigure")
testImplementation("io.opentelemetry:opentelemetry-sdk-trace")
testImplementation("io.opentelemetry:opentelemetry-sdk-testing")
// TODO: remove -SNAPSHOT before merging
testImplementation("io.opentelemetry:opentelemetry-sdk-extension-incubator:1.42.0-alpha-SNAPSHOT")

testImplementation("io.opentelemetry:opentelemetry-sdk-extension-incubator")
testImplementation("uk.org.webcompere:system-stubs-jupiter:2.0.3")
}
2 changes: 0 additions & 2 deletions settings.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ plugins {

dependencyResolutionManagement {
repositories {
// TODO: remove mavenLocal() before merging
mavenLocal()
mavenCentral()
}
}
Expand Down

0 comments on commit cc0887b

Please sign in to comment.