Skip to content

Commit 44cf8a3

Browse files
committed
Add optional -deployment dependencies to reactive-messaging-kafka-deployment
Fixes quarkusio#31446
1 parent 5ac4f50 commit 44cf8a3

File tree

1 file changed

+10
-0
lines changed
  • extensions/smallrye-reactive-messaging-kafka/deployment

1 file changed

+10
-0
lines changed

extensions/smallrye-reactive-messaging-kafka/deployment/pom.xml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,16 @@
4646
<groupId>io.quarkus</groupId>
4747
<artifactId>quarkus-hibernate-orm-deployment-spi</artifactId>
4848
</dependency>
49+
<dependency>
50+
<groupId>io.quarkus</groupId>
51+
<artifactId>quarkus-hibernate-reactive-deployment</artifactId>
52+
<optional>true</optional>
53+
</dependency>
54+
<dependency>
55+
<groupId>io.quarkus</groupId>
56+
<artifactId>quarkus-redis-client-deployment</artifactId>
57+
<optional>true</optional>
58+
</dependency>
4959

5060
<dependency>
5161
<groupId>io.quarkus</groupId>

0 commit comments

Comments
 (0)