Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Missing dependency in the reactive messaging extension
Missing dependency in the kafka connector (require during the native build)
  • Loading branch information
cescoffier committed May 22, 2019
1 parent 1d4df37 commit cf0bcc3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions extensions/smallrye-reactive-messaging-kafka/runtime/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@
<groupId>io.smallrye.reactive</groupId>
<artifactId>smallrye-reactive-messaging-kafka</artifactId>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
</dependency>

<dependency>
<groupId>org.apache.kafka</groupId>
Expand Down
4 changes: 4 additions & 0 deletions extensions/smallrye-reactive-messaging/runtime/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,10 @@
<groupId>io.quarkus</groupId>
<artifactId>quarkus-smallrye-reactive-streams-operators</artifactId>
</dependency>
<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-vertx</artifactId>
</dependency>
<dependency>
<groupId>io.smallrye.reactive</groupId>
<artifactId>smallrye-reactive-messaging-provider</artifactId>
Expand Down

0 comments on commit cf0bcc3

Please sign in to comment.