Adds junit-vintage-engine

This commit is contained in:
spencergibb
2020-06-15 16:40:22 -04:00
parent bba3f2e92c
commit 4766d95def

View File

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