Skip to content
This repository has been archived by the owner on Nov 8, 2023. It is now read-only.

[WFLY-18359] MP BOM doesn't contain io.opentelemetry:opentelemetry-context #136

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions microprofile/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,10 @@
<groupId>io.opentelemetry</groupId>
<artifactId>opentelemetry-api</artifactId>
</dependency>
<dependency>
<groupId>io.opentelemetry</groupId>
<artifactId>opentelemetry-context</artifactId>
</dependency>
<!-- include jakarta specs APIs -->
<dependency>
<groupId>jakarta.enterprise</groupId>
Expand Down
Loading