File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
instrumentation/helidon-4.3/library Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -21,4 +21,6 @@ exclude = [
2121 ' ^http://code.google.com/p/concurrentlinkedhashmap$' ,
2222 ' ^https://softwareengineering.stackexchange.com/questions/29727.*' ,
2323 ' ^https://central.sonatype.com/service/rest/repository/browse/maven-snapshots/io/opentelemetry/$' ,
24+ # new artifact, remove after 2.21.0 release
25+ ' ^https://central.sonatype.com/artifact/io.opentelemetry.instrumentation/opentelemetry-helidon-4.3$' ,
2426]
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ Provides OpenTelemetry instrumentation for [Helidon](https://helidon.io/).
77### Add these dependencies to your project
88
99Replace ` OPENTELEMETRY_VERSION ` with the [ latest
10- release] ( https://search.maven.org/search?q=g: io.opentelemetry.instrumentation%20AND%20a: opentelemetry-helidon-4.3 ) .
10+ release] ( https://central.sonatype.com/artifact/ io.opentelemetry.instrumentation/ opentelemetry-helidon-4.3 ) .
1111
1212For Maven, add to your ` pom.xml ` dependencies:
1313
You can’t perform that action at this time.
0 commit comments