We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5ac4f50 commit 44cf8a3Copy full SHA for 44cf8a3
extensions/smallrye-reactive-messaging-kafka/deployment/pom.xml
@@ -46,6 +46,16 @@
46
<groupId>io.quarkus</groupId>
47
<artifactId>quarkus-hibernate-orm-deployment-spi</artifactId>
48
</dependency>
49
+ <dependency>
50
+ <groupId>io.quarkus</groupId>
51
+ <artifactId>quarkus-hibernate-reactive-deployment</artifactId>
52
+ <optional>true</optional>
53
+ </dependency>
54
55
56
+ <artifactId>quarkus-redis-client-deployment</artifactId>
57
58
59
60
<dependency>
61
0 commit comments