Skip to content

Commit

Permalink
Add optional -deployment dependencies to reactive-messaging-kafka-dep…
Browse files Browse the repository at this point in the history
…loyment

Fixes #31446
  • Loading branch information
ozangunalp authored and michelle-purcell committed Sep 25, 2023
1 parent 5c92840 commit a8dac04
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions extensions/smallrye-reactive-messaging-kafka/deployment/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,16 @@
<groupId>io.quarkus</groupId>
<artifactId>quarkus-hibernate-orm-deployment-spi</artifactId>
</dependency>
<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-hibernate-reactive-deployment</artifactId>
<optional>true</optional>
</dependency>
<dependency>
<groupId>io.quarkus</groupId>
<artifactId>quarkus-redis-client-deployment</artifactId>
<optional>true</optional>
</dependency>

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

0 comments on commit a8dac04

Please sign in to comment.