Skip to content

Commit e386fee

Browse files
authored
Improved tests
1 parent 8f9faf6 commit e386fee

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -222,6 +222,12 @@
222222
<version>[5.10.0,)</version>
223223
<scope>test</scope>
224224
</dependency>
225+
<dependency>
226+
<groupId>org.junit.platform</groupId>
227+
<artifactId>junit-platform-launcher</artifactId>
228+
<version>[1.10.0,)</version>
229+
<scope>test</scope>
230+
</dependency>
225231
<dependency>
226232
<groupId>org.awaitility</groupId>
227233
<artifactId>awaitility</artifactId>

0 commit comments

Comments
 (0)