Skip to content

Commit da5ef32

Browse files
authored
Merge pull request quarkusio#36070 from ozangunalp/rm_kafka_hibernate_dependency_fix
Add optional deployment dependencies to reactive-messaging-kafka-deployment
2 parents 383c126 + 44cf8a3 commit da5ef32

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)