Skip to content

Commit

Permalink
Merge pull request quarkusio#36070 from ozangunalp/rm_kafka_hibernate…
Browse files Browse the repository at this point in the history
…_dependency_fix

Add optional deployment dependencies to reactive-messaging-kafka-deployment
  • Loading branch information
cescoffier authored Sep 25, 2023
2 parents 383c126 + 44cf8a3 commit da5ef32
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 da5ef32

Please sign in to comment.