Remove junit-vintage-engine dependency

This commit is contained in:
aherbert 2022-11-04 11:25:01 +00:00
parent b35efc506f
commit d7343b729c
1 changed files with 0 additions and 11 deletions

11
pom.xml
View File

@ -479,17 +479,6 @@
<artifactId>junit-jupiter-params</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.junit.vintage</groupId>
<artifactId>junit-vintage-engine</artifactId>
<scope>test</scope>
<exclusions>
<exclusion>
<groupId>org.hamcrest</groupId>
<artifactId>hamcrest-core</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>org.hamcrest</groupId>
<artifactId>hamcrest</artifactId>