Skip to content

Commit

Permalink
Brang back JUnit vintage for Cucumber.
Browse files Browse the repository at this point in the history
  • Loading branch information
rafalwrzeszcz committed Jul 7, 2020
1 parent 15ad7e4 commit d80033f
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions parent-generic/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,14 @@
<version>5.7.0-M1</version>
<scope>test</scope>
</dependency>

<!-- TODO: remove once Cucumber supports JUnit 5 -->
<dependency>
<groupId>org.junit.vintage</groupId>
<artifactId>junit-vintage-engine</artifactId>
<version>5.7.0-M1</version>
<scope>test</scope>
</dependency>

<dependency>
<groupId>org.mockito</groupId>
Expand Down

0 comments on commit d80033f

Please sign in to comment.