This repository was archived by the owner on Nov 8, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +22
-0
lines changed
Expand file tree Collapse file tree 1 file changed +22
-0
lines changed Original file line number Diff line number Diff line change 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 >
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 >
You can’t perform that action at this time.
0 commit comments