Adds junit-vintage-engine

This commit is contained in:
spencergibb
2020-06-08 11:52:39 -04:00
parent d983b46373
commit e631d1d12d
6 changed files with 30 additions and 0 deletions

View File

@@ -61,6 +61,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>
</dependencies>
<dependencyManagement>
<dependencies>