Add junit-jupiter-engine for running Junit5 tests

This commit is contained in:
Madhura Bhave
2018-12-11 15:08:28 -08:00
parent 9a6dbb5290
commit e16511279a

View File

@@ -258,7 +258,7 @@
</dependency>
<dependency>
<groupId>org.junit.jupiter</groupId>
<artifactId>junit-jupiter-api</artifactId>
<artifactId>junit-jupiter-engine</artifactId>
<scope>test</scope>
</dependency>
<dependency>