Skip to content

Commit e1b9661

Browse files
committed
updated tests to junit 5
1 parent 1126a60 commit e1b9661

File tree

1 file changed

+17
-5
lines changed

1 file changed

+17
-5
lines changed

pom.xml

Lines changed: 17 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -204,8 +204,18 @@
204204
<scope>test</scope>
205205
</dependency>
206206
<dependency>
207-
<groupId>junit</groupId>
208-
<artifactId>junit</artifactId>
207+
<groupId>org.junit.platform</groupId>
208+
<artifactId>junit-platform-launcher</artifactId>
209+
<scope>test</scope>
210+
</dependency>
211+
<dependency>
212+
<groupId>org.junit.jupiter</groupId>
213+
<artifactId>junit-jupiter-engine</artifactId>
214+
<scope>test</scope>
215+
</dependency>
216+
<dependency>
217+
<groupId>org.junit.vintage</groupId>
218+
<artifactId>junit-vintage-engine</artifactId>
209219
<scope>test</scope>
210220
</dependency>
211221
<dependency>
@@ -270,9 +280,11 @@
270280
<version>1.2.5</version>
271281
</dependency>
272282
<dependency>
273-
<groupId>junit</groupId>
274-
<artifactId>junit</artifactId>
275-
<version>4.13.2</version>
283+
<groupId>org.junit</groupId>
284+
<artifactId>junit-bom</artifactId>
285+
<version>5.8.2</version>
286+
<type>pom</type>
287+
<scope>import</scope>
276288
</dependency>
277289
<dependency>
278290
<groupId>org.hamcrest</groupId>

0 commit comments

Comments
 (0)