Skip to content

Commit

Permalink
build: remove alpha test dependecy
Browse files Browse the repository at this point in the history
  • Loading branch information
olavloite committed Nov 18, 2024
1 parent 66a7fc5 commit 8705334
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -199,15 +199,8 @@
<classifier>testlib</classifier>
<scope>test</scope>
</dependency>

<!-- Add OpenTelemetry implementation and exporters for use in integration tests -->
<!-- TODO: Remove this alpha dependency when the bug in OpenTelemetry has been fixed that makes SdkTracer implement ExtendedTracer -->
<dependency>
<groupId>io.opentelemetry</groupId>
<artifactId>opentelemetry-api-incubator</artifactId>
<version>1.40.0-alpha</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>io.opentelemetry</groupId>
<artifactId>opentelemetry-sdk</artifactId>
Expand Down

0 comments on commit 8705334

Please sign in to comment.