File tree 1 file changed +16
-1
lines changed 1 file changed +16
-1
lines changed Original file line number Diff line number Diff line change 42
42
<omni-coveragereporter-maven-plugin .version>0.3.0</omni-coveragereporter-maven-plugin .version>
43
43
<reactor-test .version>3.4.19</reactor-test .version>
44
44
<maven-plugin .version>3.0.0-M7</maven-plugin .version>
45
+ <kotlinx-coroutines-debug .version>1.6.3</kotlinx-coroutines-debug .version>
45
46
</properties >
46
47
47
48
<dependencyManagement >
190
191
<version >${reactor-test.version} </version >
191
192
<scope >test</scope >
192
193
</dependency >
194
+ <!-- This Dependency is added as a workaround for the following issue -->
195
+ <!-- - https://github.com/Kotlin/kotlinx.coroutines/issues/3334 -->
196
+ <dependency >
197
+ <groupId >org.jetbrains.kotlinx</groupId >
198
+ <artifactId >kotlinx-coroutines-debug</artifactId >
199
+ <version >${kotlinx-coroutines-debug.version} </version >
200
+ <scope >test</scope >
201
+ <exclusions >
202
+ <exclusion >
203
+ <groupId >org.jetbrains.kotlinx</groupId >
204
+ <artifactId >kotlinx-coroutines-bom</artifactId >
205
+ </exclusion >
206
+ </exclusions >
207
+ </dependency >
193
208
</dependencies >
194
209
</dependencyManagement >
195
210
<build >
234
249
</plugins >
235
250
</pluginManagement >
236
251
</build >
237
- </project >
252
+ </project >
You can’t perform that action at this time.
0 commit comments