We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38e5c28 commit 13a4780Copy full SHA for 13a4780
pom.xml
@@ -604,6 +604,20 @@
604
<version>${testcontainers.version}</version>
605
<scope>test</scope>
606
</dependency>
607
+ <!-- This Dependency is added as a workaround for the following issue -->
608
+ <!--- https://github.com/Kotlin/kotlinx.coroutines/issues/3334 -->
609
+ <dependency>
610
+ <groupId>org.jetbrains.kotlinx</groupId>
611
+ <artifactId>kotlinx-coroutines-debug</artifactId>
612
+ <version>${kotlinx-coroutines-debug.version}</version>
613
+ <scope>test</scope>
614
+ <exclusions>
615
+ <exclusion>
616
617
+ <artifactId>kotlinx-coroutines-bom</artifactId>
618
+ </exclusion>
619
+ </exclusions>
620
+ </dependency>
621
</dependencies>
622
</dependencyManagement>
623
0 commit comments