<dependency>
<groupId>org.junit.vintage</groupId>
<artifactId>junit-vintage-engine</artifactId>
<version>5.x.x</version>
<scope>test</scope>
</dependency>
@RunWith(VintageTestEngine.class)
public class MyJUnit3Test {
}
@RunWith(VintageTestEngine.class)
public class MyJUnit4Test {
}