File tree 3 files changed +15
-7
lines changed 3 files changed +15
-7
lines changed Original file line number Diff line number Diff line change 146
146
147
147
<dependency >
148
148
<groupId >io.smallrye.reactive</groupId >
149
- <artifactId >mutiny</artifactId >
149
+ <artifactId >mutiny-bom </artifactId >
150
150
<version >${version.mutiny} </version >
151
+ <type >pom</type >
152
+ <scope >import</scope >
151
153
</dependency >
152
154
153
155
<!-- JUnit 5 dependencies, imported as a BOM -->
Original file line number Diff line number Diff line change 61
61
<type >pom</type >
62
62
<scope >import</scope >
63
63
</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
+
64
72
<!-- JUnit 5 dependencies, imported as a BOM -->
65
73
<dependency >
66
74
<groupId >org.junit</groupId >
99
107
<artifactId >gizmo</artifactId >
100
108
<version >${version.gizmo} </version >
101
109
</dependency >
102
- <dependency >
103
- <groupId >io.smallrye.reactive</groupId >
104
- <artifactId >mutiny</artifactId >
105
- <version >${version.smallrye-mutiny} </version >
106
- </dependency >
107
110
</dependencies >
108
111
</dependencyManagement >
109
112
Original file line number Diff line number Diff line change 240
240
241
241
<dependency >
242
242
<groupId >io.smallrye.reactive</groupId >
243
- <artifactId >mutiny</artifactId >
243
+ <artifactId >mutiny-bom </artifactId >
244
244
<version >${mutiny.version} </version >
245
+ <type >pom</type >
246
+ <scope >import</scope >
245
247
</dependency >
248
+
246
249
<dependency >
247
250
<groupId >io.smallrye.reactive</groupId >
248
251
<artifactId >mutiny-zero-flow-adapters</artifactId >
You can’t perform that action at this time.
0 commit comments