Adds junit-vintage-engine

This commit is contained in:
spencergibb
2020-06-15 16:24:57 -04:00
parent 75b35a8b22
commit 8d165e1e72

View File

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