Reviewed-by: Dinesh Chitlangia <dineshc@apache.org> (cherry picked from commit adab3a22aab348f90fd53fafecf8f9296433e321)
@@ -182,6 +182,11 @@ https://maven.apache.org/xsd/maven-4.0.0.xsd">
<artifactId>junit-jupiter-engine</artifactId>
<scope>test</scope>
</dependency>
+ <dependency>
+ <groupId>org.junit.vintage</groupId>
+ <artifactId>junit-vintage-engine</artifactId>
+ <scope>test</scope>
+ </dependency>
</dependencies>
<build>