Skip to content

Commit 2fdab2a

Browse files
committed
1 parent cb93a00 commit 2fdab2a

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

pom.xml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -230,6 +230,20 @@
230230
<artifactId>consolerizer</artifactId>
231231
<version>${consolerizer.version}</version>
232232
</dependency>
233+
<!-- This Dependency is added as a workaround for the following issue -->
234+
<!--- https://github.com/Kotlin/kotlinx.coroutines/issues/3334 -->
235+
<dependency>
236+
<groupId>org.jetbrains.kotlinx</groupId>
237+
<artifactId>kotlinx-coroutines-debug</artifactId>
238+
<version>${kotlinx-coroutines-debug.version}</version>
239+
<scope>test</scope>
240+
<exclusions>
241+
<exclusion>
242+
<groupId>org.jetbrains.kotlinx</groupId>
243+
<artifactId>kotlinx-coroutines-bom</artifactId>
244+
</exclusion>
245+
</exclusions>
246+
</dependency>
233247
<dependency>
234248
<groupId>com.h2database</groupId>
235249
<artifactId>h2</artifactId>

0 commit comments

Comments
 (0)