No need for exclusion in recent versions

This commit is contained in:
Dave Syer 2022-01-05 08:25:25 +00:00
parent c9534421c8
commit a5da14ae2f

View file

@ -60,12 +60,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>
<!-- Databases - Uses H2 by default -->