removed starter-test vintage engine exclusion, not needed since Boot 2.4.0

This commit is contained in:
Gerardo Roza 2021-01-09 23:09:00 -03:00
parent f2f12b21b8
commit 5e26ff97d9
1 changed files with 0 additions and 6 deletions

View File

@ -26,12 +26,6 @@
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-test</artifactId>
<scope>test</scope>
<exclusions>
<exclusion>
<groupId>org.junit.vintage</groupId>
<artifactId>junit-vintage-engine</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.springframework.boot</groupId>