We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aeefcbe commit f6e6f69Copy full SHA for f6e6f69
1 file changed
pom.xml
@@ -781,6 +781,12 @@
781
<artifactId>opentest4j</artifactId>
782
<version>1.2.0</version>
783
</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>
790
</dependencies>
791
<build>
792
<plugins>
0 commit comments