We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 299752c commit 583808cCopy full SHA for 583808c
pom.xml
@@ -22,6 +22,7 @@
22
23
<!-- test dependencies -->
24
<junit.version>5.14.1</junit.version>
25
+ <junit-launcher.version>1.14.1</junit-launcher.version>
26
<commons-io.version>2.21.0</commons-io.version>
27
28
<!-- quality -->
@@ -361,6 +362,12 @@
361
362
<version>${junit.version}</version>
363
<scope>test</scope>
364
</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>
371
<dependency>
372
<groupId>commons-io</groupId>
373
<artifactId>commons-io</artifactId>
0 commit comments