You can download surefire-junit4-2.12.4.jar in this page.
Apache License
surefire-junit4-2.12.4.jar file has the following types.
META-INF/DEPENDENCIES META-INF/LICENSE META-INF/MANIFEST.MF META-INF/NOTICE META-INF/maven/org.apache.maven.surefire/common-junit3/pom.properties META-INF/maven/org.apache.maven.surefire/common-junit3/pom.xml META-INF/maven/org.apache.maven.surefire/common-junit4/pom.properties META-INF/maven/org.apache.maven.surefire/common-junit4/pom.xml META-INF/maven/org.apache.maven.surefire/surefire-junit4/pom.properties META-INF/maven/org.apache.maven.surefire/surefire-junit4/pom.xml META-INF/maven/org.codehaus.plexus/plexus-utils/pom.properties META-INF/maven/org.codehaus.plexus/plexus-utils/pom.xml META-INF/services/org.apache.maven.surefire.providerapi.SurefireProvider licenses/extreme.indiana.edu.license.TXT licenses/javolution.license.TXT licenses/thoughtworks.TXT org.apache.maven.surefire.common.junit3.JUnit3TestChecker.class org.apache.maven.surefire.common.junit4.JUnit4Reflector.class org.apache.maven.surefire.common.junit4.JUnit4RunListener.class org.apache.maven.surefire.common.junit4.JUnit4RunListenerFactory.class org.apache.maven.surefire.common.junit4.JUnit4StackTraceWriter.class org.apache.maven.surefire.common.junit4.JUnit4TestChecker.class org.apache.maven.surefire.junit4.JUnit4Provider.class org.apache.maven.surefire.shade.org.codehaus.plexus.util.MatchPattern.class org.apache.maven.surefire.shade.org.codehaus.plexus.util.SelectorUtils.class
surefire-junit4-2.12.4.pom file content.
<?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> <parent> <artifactId>surefire-providers</artifactId> <groupId>org.apache.maven.surefire</groupId> <version>2.12.4</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>surefire-junit4</artifactId> <name>SureFire JUnit4 Runner</name> <build> <resources> <resource> <targetPath>META-INF</targetPath> <directory>src/main/resources/META-INF</directory> </resource> </resources> <plugins> <plugin> <artifactId>maven-surefire-plugin</artifactId> <configuration> <jvm>${java.home}/bin/java</jvm> </configuration> </plugin> <plugin> <artifactId>maven-shade-plugin</artifactId> <version>1.4</version> <executions> <execution> <phase>package</phase> <goals> <goal>shade</goal> </goals> <configuration> <minimizeJar>true</minimizeJar> <artifactSet> <includes> <include>org.apache.maven.surefire:common-junit3</include> <include>org.apache.maven.surefire:common-junit4</include> <include>org.codehaus.plexus:plexus-utils</include> </includes> </artifactSet> <relocations> <relocation> <pattern>org.codehaus.plexus.util</pattern> <shadedPattern>org.apache.maven.surefire.shade.org.codehaus.plexus.util</shadedPattern> </relocation> </relocations> </configuration> </execution> </executions> </plugin> </plugins> </build> <dependencies> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> <version>4.0</version> <scope>provided</scope> </dependency> <dependency> <groupId>org.apache.maven.surefire</groupId> <artifactId>surefire-api</artifactId> <version>2.12.4</version> <scope>compile</scope> </dependency> </dependencies> </project>
<dependency> <groupId>org.apache.maven.surefire</groupId> <artifactId>surefire-junit4</artifactId> <version>2.12.4</version> </dependency>
If you think the following surefire-junit4-2.12.4.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.
Download surefire-junit4-2.12.4.jar file