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

Commit

Permalink
Merge pull request #137 from kabir/missing-mp-artifacts
Browse files Browse the repository at this point in the history
[WFLY-18359][WFLY-18357][WFLY-18358][WFLY-18318][WFLY-18361] Missing MP BOM Artifacts
  • Loading branch information
emmartins committed Aug 17, 2023
2 parents aada3c0 + a82bcde commit 579650c
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions microprofile/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -128,11 +128,28 @@
<groupId>io.opentelemetry</groupId>
<artifactId>opentelemetry-api</artifactId>
</dependency>
<dependency>
<groupId>io.opentelemetry</groupId>
<artifactId>opentelemetry-context</artifactId>
</dependency>
<!-- include Micrometer API -->
<dependency>
<groupId>io.micrometer</groupId>
<artifactId>micrometer-core</artifactId>
</dependency>
<!-- include jakarta specs APIs -->
<dependency>
<groupId>jakarta.annotation</groupId>
<artifactId>jakarta.annotation-api</artifactId>
</dependency>
<dependency>
<groupId>jakarta.enterprise</groupId>
<artifactId>jakarta.enterprise.cdi-api</artifactId>
</dependency>
<dependency>
<groupId>jakarta.interceptor</groupId>
<artifactId>jakarta.interceptor-api</artifactId>
</dependency>
<dependency>
<groupId>jakarta.json</groupId>
<artifactId>jakarta.json-api</artifactId>
Expand All @@ -151,6 +168,11 @@
<groupId>org.apache.kafka</groupId>
<artifactId>kafka-clients</artifactId>
</dependency>
<!-- include reactive-streams -->
<dependency>
<groupId>org.reactivestreams</groupId>
<artifactId>reactive-streams</artifactId>
</dependency>
<!-- include SmallRye Kafka API -->
<dependency>
<groupId>io.smallrye.reactive</groupId>
Expand Down

0 comments on commit 579650c

Please sign in to comment.