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 241
241
242
242
<dependency >
243
243
<groupId >io.smallrye.reactive</groupId >
244
- <artifactId >mutiny</artifactId >
244
+ <artifactId >mutiny-bom </artifactId >
245
245
<version >${mutiny.version} </version >
246
+ <type >pom</type >
247
+ <scope >import</scope >
246
248
</dependency >
249
+
247
250
<dependency >
248
251
<groupId >io.smallrye.reactive</groupId >
249
252
<artifactId >mutiny-zero-flow-adapters</artifactId >
You can’t perform that action at this time.
0 commit comments