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

Commit

Permalink
[WFLY-18357] Include reactive-streams
Browse files Browse the repository at this point in the history
  • Loading branch information
kabir committed Aug 15, 2023
1 parent aada3c0 commit 14ee7f4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions microprofile/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,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 14ee7f4

Please sign in to comment.