Temp disable vintage for testing

master
agibsonccc 2021-03-19 21:16:57 +09:00
parent fc446f96e7
commit ec5edb74dc
1 changed files with 2 additions and 2 deletions

View File

@ -125,8 +125,8 @@
<scope>test</scope> <scope>test</scope>
</dependency> </dependency>
<dependency> <dependency>
<groupId>org.junit.vintage</groupId> <groupId>org.junit.jupiter</groupId>
<artifactId>junit-vintage-engine</artifactId> <artifactId>junit-jupiter-engine</artifactId>
</dependency> </dependency>
</dependencies> </dependencies>