Skip to content

Commit

Permalink
- Workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
jesperancinha committed Jun 30, 2022
1 parent f2c2177 commit 5ecd904
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions pom.xml
Expand Up @@ -289,6 +289,20 @@
<version>${test.containers.version}</version>
<scope>test</scope>
</dependency>
<!-- This Dependency is added as a workaround for the following issue -->
<!--- https://github.com/Kotlin/kotlinx.coroutines/issues/3334 -->
<dependency>
<groupId>org.jetbrains.kotlinx</groupId>
<artifactId>kotlinx-coroutines-debug</artifactId>
<version>${kotlinx-coroutines-debug.version}</version>
<scope>test</scope>
<exclusions>
<exclusion>
<groupId>org.jetbrains.kotlinx</groupId>
<artifactId>kotlinx-coroutines-bom</artifactId>
</exclusion>
</exclusions>
</dependency>
</dependencies>
</dependencyManagement>

Expand Down

0 comments on commit 5ecd904

Please sign in to comment.