We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 66a7fc5 commit 8705334Copy full SHA for 8705334
pom.xml
@@ -199,15 +199,8 @@
199
<classifier>testlib</classifier>
200
<scope>test</scope>
201
</dependency>
202
-
+
203
<!-- Add OpenTelemetry implementation and exporters for use in integration tests -->
204
- <!-- TODO: Remove this alpha dependency when the bug in OpenTelemetry has been fixed that makes SdkTracer implement ExtendedTracer -->
205
- <dependency>
206
- <groupId>io.opentelemetry</groupId>
207
- <artifactId>opentelemetry-api-incubator</artifactId>
208
- <version>1.40.0-alpha</version>
209
- <scope>test</scope>
210
- </dependency>
211
<dependency>
212
<groupId>io.opentelemetry</groupId>
213
<artifactId>opentelemetry-sdk</artifactId>
0 commit comments