Skip to content

Commit 6de680c

Browse files
authored
Improved tests
1 parent 81204ec commit 6de680c

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Diff for: pom.xml

+6
Original file line numberDiff line numberDiff line change
@@ -143,6 +143,12 @@
143143
<version>[5.10.0,)</version>
144144
<scope>test</scope>
145145
</dependency>
146+
<dependency>
147+
<groupId>org.junit.platform</groupId>
148+
<artifactId>junit-platform-launcher</artifactId>
149+
<version>[1.10.0,)</version>
150+
<scope>test</scope>
151+
</dependency>
146152
<dependency>
147153
<groupId>org.hamcrest</groupId>
148154
<artifactId>hamcrest-core</artifactId>

0 commit comments

Comments
 (0)