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

WFLY-18318 BOM doesn't contain Micrometer API #132

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
5 changes: 5 additions & 0 deletions microprofile/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,11 @@
<groupId>io.opentelemetry</groupId>
<artifactId>opentelemetry-api</artifactId>
</dependency>
<!-- include Micrometer API -->
<dependency>
<groupId>io.micrometer</groupId>
<artifactId>micrometer-core</artifactId>
</dependency>
<!-- include jakarta specs APIs -->
<dependency>
<groupId>jakarta.enterprise</groupId>
Expand Down
Loading