Adds junit-vintage-engine

This commit is contained in:
spencergibb
2020-06-15 16:47:37 -04:00
parent 609dc0ce72
commit ed00d28b59

View File

@@ -108,6 +108,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>