Adds junit-vintage-engine

This commit is contained in:
spencergibb
2020-06-15 16:38:55 -04:00
parent d4cad47d09
commit d91e3bf56d

View File

@@ -125,6 +125,11 @@
<artifactId>spring-boot-starter-test</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.junit.vintage</groupId>
<artifactId>junit-vintage-engine</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.springframework.cloud</groupId>
<artifactId>spring-cloud-test-support</artifactId>