Adds junit-vintage-engine

This commit is contained in:
spencergibb
2020-06-08 12:44:04 -04:00
parent a611924f7f
commit 7d78d64f91
5 changed files with 25 additions and 0 deletions

View File

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