Skip to content

Commit e193fbd

Browse files
committed
Updated POM
1 parent 11848a7 commit e193fbd

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

pom.xml

+7
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,13 @@
1818
<version>5.6.0-M1</version>
1919
<scope>test</scope>
2020
</dependency>
21+
<!-- https://mvnrepository.com/artifact/org.junit.jupiter/junit-jupiter-engine -->
22+
<dependency>
23+
<groupId>org.junit.jupiter</groupId>
24+
<artifactId>junit-jupiter-engine</artifactId>
25+
<version>5.6.0-M1</version>
26+
<scope>test</scope>
27+
</dependency>
2128
</dependencies>
2229

2330
<properties>

0 commit comments

Comments
 (0)