File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ dependencies {
1313 testImplementation(" io.opentelemetry:opentelemetry-sdk-extension-autoconfigure" )
1414 testImplementation(" io.opentelemetry:opentelemetry-sdk-trace" )
1515 testImplementation(" io.opentelemetry:opentelemetry-sdk-testing" )
16- // TODO: remove -SNAPSHOT before merging
17- testImplementation(" io.opentelemetry:opentelemetry-sdk-extension-incubator:1.42.0-alpha-SNAPSHOT " )
16+
17+ testImplementation(" io.opentelemetry:opentelemetry-sdk-extension-incubator" )
1818 testImplementation(" uk.org.webcompere:system-stubs-jupiter:2.0.3" )
1919}
Original file line number Diff line number Diff line change @@ -12,8 +12,6 @@ plugins {
1212
1313dependencyResolutionManagement {
1414 repositories {
15- // TODO: remove mavenLocal() before merging
16- mavenLocal()
1715 mavenCentral()
1816 }
1917}
You can’t perform that action at this time.
0 commit comments