Skip to content

Commit 1c903d7

Browse files
authored
Merge pull request #47975 from gastaldi/mutiny_bom
Use `mutiny-bom` in independent projects
2 parents 61ea91e + 316c3b0 commit 1c903d7

File tree

3 files changed

+15
-7
lines changed

3 files changed

+15
-7
lines changed

independent-projects/arc/pom.xml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,8 +146,10 @@
146146

147147
<dependency>
148148
<groupId>io.smallrye.reactive</groupId>
149-
<artifactId>mutiny</artifactId>
149+
<artifactId>mutiny-bom</artifactId>
150150
<version>${version.mutiny}</version>
151+
<type>pom</type>
152+
<scope>import</scope>
151153
</dependency>
152154

153155
<!-- JUnit 5 dependencies, imported as a BOM -->

independent-projects/qute/pom.xml

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,14 @@
6161
<type>pom</type>
6262
<scope>import</scope>
6363
</dependency>
64+
<dependency>
65+
<groupId>io.smallrye.reactive</groupId>
66+
<artifactId>mutiny-bom</artifactId>
67+
<version>${version.smallrye-mutiny}</version>
68+
<type>pom</type>
69+
<scope>import</scope>
70+
</dependency>
71+
6472
<!-- JUnit 5 dependencies, imported as a BOM -->
6573
<dependency>
6674
<groupId>org.junit</groupId>
@@ -99,11 +107,6 @@
99107
<artifactId>gizmo</artifactId>
100108
<version>${version.gizmo}</version>
101109
</dependency>
102-
<dependency>
103-
<groupId>io.smallrye.reactive</groupId>
104-
<artifactId>mutiny</artifactId>
105-
<version>${version.smallrye-mutiny}</version>
106-
</dependency>
107110
</dependencies>
108111
</dependencyManagement>
109112

independent-projects/resteasy-reactive/pom.xml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,9 +240,12 @@
240240

241241
<dependency>
242242
<groupId>io.smallrye.reactive</groupId>
243-
<artifactId>mutiny</artifactId>
243+
<artifactId>mutiny-bom</artifactId>
244244
<version>${mutiny.version}</version>
245+
<type>pom</type>
246+
<scope>import</scope>
245247
</dependency>
248+
246249
<dependency>
247250
<groupId>io.smallrye.reactive</groupId>
248251
<artifactId>mutiny-zero-flow-adapters</artifactId>

0 commit comments

Comments
 (0)