Skip to content

Commit 9bc8216

Browse files
committed
update junit test dependencies
1 parent 143e5e5 commit 9bc8216

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
@@ -118,17 +118,12 @@
118118
</dependency>
119119
<dependency>
120120
<groupId>org.junit.jupiter</groupId>
121-
<artifactId>junit-jupiter-api</artifactId>
121+
<artifactId>junit-jupiter</artifactId>
122122
<scope>test</scope>
123123
</dependency>
124124
<dependency>
125-
<groupId>org.junit.jupiter</groupId>
126-
<artifactId>junit-jupiter-params</artifactId>
127-
<scope>test</scope>
128-
</dependency>
129-
<dependency>
130-
<groupId>org.junit.jupiter</groupId>
131-
<artifactId>junit-jupiter-engine</artifactId>
125+
<groupId>org.junit.platform</groupId>
126+
<artifactId>junit-platform-launcher</artifactId>
132127
<scope>test</scope>
133128
</dependency>
134129
<dependency>

0 commit comments

Comments
 (0)