File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -16,10 +16,9 @@ bootJar {
1616}
1717
1818repositories {
19- mavenLocal()
2019 mavenCentral()
2120 maven {
22- url " https://oss.jfrog .org/artifactory/oss-snapshot-local "
21+ url ' https://aws. oss.sonatype .org/content/repositories/snapshots/ '
2322 }
2423}
2524
@@ -40,8 +39,8 @@ dependencies {
4039 implementation(" com.amazonaws:aws-xray-recorder-sdk-metrics" )
4140 implementation(" com.amazonaws:aws-xray-recorder-sdk-slf4j" )
4241 implementation(" com.fasterxml.jackson.core:jackson-databind" )
43- implementation(" com.amazonaws:aws-xray-opentelemetry- sdk-java :0.1.0-SNAPSHOT" )
44- implementation(" io.opentelemetry:opentelemetry-opentracing-shim:0.2.0-SNAPSHOT " )
42+ implementation(" com.amazonaws:aws-xray-sdk-opentelemetry :0.1.0-SNAPSHOT" )
43+ implementation(" io.opentelemetry:opentelemetry-opentracing-shim:0.2.0" )
4544 implementation(" io.opentracing.contrib:opentracing-apache-httpclient:0.2.0" )
4645 implementation(" io.opentracing:opentracing-mock:0.33.0" )
4746 testImplementation(" org.springframework.boot:spring-boot-starter-test" )
You can’t perform that action at this time.
0 commit comments