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 0196f1224f
commit ce5d4f3a8b

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>