Skip to content

Commit

Permalink
switch to junit-vintage
Browse files Browse the repository at this point in the history
  • Loading branch information
mariuszs committed May 27, 2020
1 parent fe2ba1e commit f4c6a92
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Expand Up @@ -147,9 +147,9 @@
</dependency>

<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.13</version>
<groupId>org.junit.vintage</groupId>
<artifactId>junit-vintage-engine</artifactId>
<version>5.6.2</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit f4c6a92

Please sign in to comment.