Skip to content

Commit 7f05f5e

Browse files
committed
update junit test dependencies
1 parent 672295e commit 7f05f5e

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed

pom.xml

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -68,17 +68,12 @@
6868

6969
<dependency>
7070
<groupId>org.junit.jupiter</groupId>
71-
<artifactId>junit-jupiter-api</artifactId>
71+
<artifactId>junit-jupiter</artifactId>
7272
<scope>test</scope>
7373
</dependency>
7474
<dependency>
75-
<groupId>org.junit.jupiter</groupId>
76-
<artifactId>junit-jupiter-params</artifactId>
77-
<scope>test</scope>
78-
</dependency>
79-
<dependency>
80-
<groupId>org.junit.jupiter</groupId>
81-
<artifactId>junit-jupiter-engine</artifactId>
75+
<groupId>org.junit.platform</groupId>
76+
<artifactId>junit-platform-launcher</artifactId>
8277
<scope>test</scope>
8378
</dependency>
8479
<dependency>

0 commit comments

Comments
 (0)