Skip to content

Commit 583808c

Browse files
committed
add junit-launcher
1 parent 299752c commit 583808c

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

pom.xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222

2323
<!-- test dependencies -->
2424
<junit.version>5.14.1</junit.version>
25+
<junit-launcher.version>1.14.1</junit-launcher.version>
2526
<commons-io.version>2.21.0</commons-io.version>
2627

2728
<!-- quality -->
@@ -361,6 +362,12 @@
361362
<version>${junit.version}</version>
362363
<scope>test</scope>
363364
</dependency>
365+
<dependency>
366+
<groupId>org.junit.platform</groupId>
367+
<artifactId>junit-platform-launcher</artifactId>
368+
<version>${junit-launcher.version}</version>
369+
<scope>test</scope>
370+
</dependency>
364371
<dependency>
365372
<groupId>commons-io</groupId>
366373
<artifactId>commons-io</artifactId>

0 commit comments

Comments
 (0)