Skip to content

Commit b856bd4

Browse files
committed
🔧 Mise à jour config JUnit jupiter
1 parent 197c214 commit b856bd4

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

pom.xml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,17 @@
2222
</properties>
2323

2424
<dependencies>
25+
<dependency>
26+
<groupId>org.junit.jupiter</groupId>
27+
<artifactId>junit-jupiter-api</artifactId>
28+
<version>5.4.0-M1</version>
29+
</dependency>
30+
<dependency>
31+
<groupId>org.junit.jupiter</groupId>
32+
<artifactId>junit-jupiter-engine</artifactId>
33+
<version>5.4.0-M1</version>
34+
<scope>test</scope>
35+
</dependency>
2536
<dependency>
2637
<groupId>org.junit.jupiter</groupId>
2738
<artifactId>junit-jupiter</artifactId>

0 commit comments

Comments
 (0)