build fix JUnit47RerunFailingTestWithCucumberIT
Project: http://git-wip-us.apache.org/repos/asf/maven-surefire/repo Commit: http://git-wip-us.apache.org/repos/asf/maven-surefire/commit/2f16bc70 Tree: http://git-wip-us.apache.org/repos/asf/maven-surefire/tree/2f16bc70 Diff: http://git-wip-us.apache.org/repos/asf/maven-surefire/diff/2f16bc70 Branch: refs/heads/SUREFIRE-1455 Commit: 2f16bc7014c46810ffc8ac0cbc0f1bb6d6c33e31 Parents: 0a81c48 Author: Tibor17 <[email protected]> Authored: Thu Jan 4 01:25:25 2018 +0100 Committer: Tibor17 <[email protected]> Committed: Thu Jan 4 01:25:25 2018 +0100 ---------------------------------------------------------------------- .../maven/surefire/its/JUnit47RerunFailingTestWithCucumberIT.java | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/2f16bc70/surefire-integration-tests/src/test/java/org/apache/maven/surefire/its/JUnit47RerunFailingTestWithCucumberIT.java ---------------------------------------------------------------------- diff --git a/surefire-integration-tests/src/test/java/org/apache/maven/surefire/its/JUnit47RerunFailingTestWithCucumberIT.java b/surefire-integration-tests/src/test/java/org/apache/maven/surefire/its/JUnit47RerunFailingTestWithCucumberIT.java index 7383783..9fe1775 100644 --- a/surefire-integration-tests/src/test/java/org/apache/maven/surefire/its/JUnit47RerunFailingTestWithCucumberIT.java +++ b/surefire-integration-tests/src/test/java/org/apache/maven/surefire/its/JUnit47RerunFailingTestWithCucumberIT.java @@ -19,7 +19,6 @@ package org.apache.maven.surefire.its; * under the License. */ -import static org.apache.commons.lang3.JavaVersion.JAVA_1_7; import static org.apache.maven.surefire.its.fixture.HelperAssertions.assumeJavaVersion; import org.apache.maven.surefire.its.fixture.SurefireJUnit4IntegrationTestCase; @@ -40,7 +39,7 @@ public class JUnit47RerunFailingTestWithCucumberIT @Before public void assumeJdk17() { - assumeJavaVersion(JAVA_1_7); + assumeJavaVersion(1.7d); }
