Skip to content

Commit 72371b9

Browse files
authored
Merge pull request #42336 from ppalaga/240806-mz
Manage mutiny-zero to avoid dependency convergence issues in downstream Camel Quarkus
2 parents 6490076 + c0eb627 commit 72371b9

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

bom/application/pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5749,6 +5749,11 @@
57495749
</exclusion>
57505750
</exclusions>
57515751
</dependency>
5752+
<dependency>
5753+
<groupId>io.smallrye.reactive</groupId>
5754+
<artifactId>mutiny-zero</artifactId>
5755+
<version>${mutiny-zero.version}</version>
5756+
</dependency>
57525757
<dependency>
57535758
<groupId>io.smallrye.reactive</groupId>
57545759
<artifactId>mutiny-zero-flow-adapters</artifactId>

0 commit comments

Comments
 (0)