Skip to content

Commit

Permalink
Merge pull request #1571 from cescoffier/features/fix-1495-missing-de…
Browse files Browse the repository at this point in the history
…pendency-in-reactive-messaging

Add a dependency on the Reactive Streams Operators implementation in Reactive Messaging
  • Loading branch information
cescoffier authored Mar 19, 2019
2 parents f43ea90 + d60d7d8 commit 2bdab4a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion extensions/smallrye-reactive-messaging/deployment/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,10 @@
<groupId>io.quarkus</groupId>
<artifactId>quarkus-smallrye-reactive-messaging-runtime</artifactId>
</dependency>

<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-smallrye-reactive-streams-operators</artifactId>
</dependency>

<dependency>
<groupId>io.quarkus</groupId>
Expand Down

0 comments on commit 2bdab4a

Please sign in to comment.