Skip to content

Commit 13a4780

Browse files
committed
1 parent 38e5c28 commit 13a4780

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
@@ -604,6 +604,20 @@
604604
<version>${testcontainers.version}</version>
605605
<scope>test</scope>
606606
</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+
<groupId>org.jetbrains.kotlinx</groupId>
617+
<artifactId>kotlinx-coroutines-bom</artifactId>
618+
</exclusion>
619+
</exclusions>
620+
</dependency>
607621
</dependencies>
608622
</dependencyManagement>
609623

0 commit comments

Comments
 (0)