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
1 changed files with 1 additions and 1 deletions

View File

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