Commit e1651127 authored by Madhura Bhave's avatar Madhura Bhave

Add junit-jupiter-engine for running Junit5 tests

parent 9a6dbb52
...@@ -258,7 +258,7 @@ ...@@ -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>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment