Skip to content

Commit

Permalink
fix: add junit-vintage dep to avoid skipping post-compilation native …
Browse files Browse the repository at this point in the history
…tests (#586)
  • Loading branch information
mpeddada1 committed May 30, 2023
1 parent aeefcbe commit f6e6f69
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pom.xml
Expand Up @@ -781,6 +781,12 @@
<artifactId>opentest4j</artifactId>
<version>1.2.0</version>
</dependency>
<dependency>
<groupId>org.junit.vintage</groupId>
<artifactId>junit-vintage-engine</artifactId>
<version>5.9.2</version>
<scope>test</scope>
</dependency>
</dependencies>
<build>
<plugins>
Expand Down

0 comments on commit f6e6f69

Please sign in to comment.