Skip to content

Commit 484bb97

Browse files
authored
Legger til dependency for å teste coroutines (#857)
1 parent 9a89e3f commit 484bb97

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

dusseldorf-test-support/pom.xml

+5
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,11 @@
2222
<artifactId>wiremock</artifactId>
2323
<version>${wiremock.version}</version>
2424
</dependency>
25+
<dependency>
26+
<groupId>org.jetbrains.kotlinx</groupId>
27+
<artifactId>kotlinx-coroutines-test</artifactId>
28+
<version>${kotlinx.coroutines.version}</version>
29+
</dependency>
2530
</dependencies>
2631

2732
<build>

0 commit comments

Comments
 (0)