Adds junit-vintage-engine

This commit is contained in:
spencergibb
2020-06-15 16:36:17 -04:00
parent 8563b2c969
commit 3a2dbb23ec

View File

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