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

Commit 579650c

Browse files
authored
Merge pull request #137 from kabir/missing-mp-artifacts
[WFLY-18359][WFLY-18357][WFLY-18358][WFLY-18318][WFLY-18361] Missing MP BOM Artifacts
2 parents aada3c0 + a82bcde commit 579650c

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

microprofile/pom.xml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -128,11 +128,28 @@
128128
<groupId>io.opentelemetry</groupId>
129129
<artifactId>opentelemetry-api</artifactId>
130130
</dependency>
131+
<dependency>
132+
<groupId>io.opentelemetry</groupId>
133+
<artifactId>opentelemetry-context</artifactId>
134+
</dependency>
135+
<!-- include Micrometer API -->
136+
<dependency>
137+
<groupId>io.micrometer</groupId>
138+
<artifactId>micrometer-core</artifactId>
139+
</dependency>
131140
<!-- include jakarta specs APIs -->
141+
<dependency>
142+
<groupId>jakarta.annotation</groupId>
143+
<artifactId>jakarta.annotation-api</artifactId>
144+
</dependency>
132145
<dependency>
133146
<groupId>jakarta.enterprise</groupId>
134147
<artifactId>jakarta.enterprise.cdi-api</artifactId>
135148
</dependency>
149+
<dependency>
150+
<groupId>jakarta.interceptor</groupId>
151+
<artifactId>jakarta.interceptor-api</artifactId>
152+
</dependency>
136153
<dependency>
137154
<groupId>jakarta.json</groupId>
138155
<artifactId>jakarta.json-api</artifactId>
@@ -151,6 +168,11 @@
151168
<groupId>org.apache.kafka</groupId>
152169
<artifactId>kafka-clients</artifactId>
153170
</dependency>
171+
<!-- include reactive-streams -->
172+
<dependency>
173+
<groupId>org.reactivestreams</groupId>
174+
<artifactId>reactive-streams</artifactId>
175+
</dependency>
154176
<!-- include SmallRye Kafka API -->
155177
<dependency>
156178
<groupId>io.smallrye.reactive</groupId>

0 commit comments

Comments
 (0)