Skip to content

Commit f6e6f69

Browse files
authored
fix: add junit-vintage dep to avoid skipping post-compilation native tests (#586)
1 parent aeefcbe commit f6e6f69

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -781,6 +781,12 @@
781781
<artifactId>opentest4j</artifactId>
782782
<version>1.2.0</version>
783783
</dependency>
784+
<dependency>
785+
<groupId>org.junit.vintage</groupId>
786+
<artifactId>junit-vintage-engine</artifactId>
787+
<version>5.9.2</version>
788+
<scope>test</scope>
789+
</dependency>
784790
</dependencies>
785791
<build>
786792
<plugins>

0 commit comments

Comments
 (0)