diff --git a/pom.xml b/pom.xml index a9cee98cab..08ba3d0031 100644 --- a/pom.xml +++ b/pom.xml @@ -42,6 +42,8 @@ UTF-8 + 1.0.0-M3 + 5.0.0-M3 @@ -70,49 +72,49 @@ org.junit.platform junit-platform-console - 1.0.0-M3 + ${junit.platform.version} test org.junit.platform junit-platform-commons - 1.0.0-M3 + ${junit.platform.version} test org.junit.platform junit-platform-engine - 1.0.0-M3 + ${junit.platform.version} test org.junit.platform junit-platform-launcher - 1.0.0-M3 + ${junit.platform.version} test org.junit.platform junit-platform-runner - 1.0.0-M3 + ${junit.platform.version} test org.junit.platform junit-platform-surefire-provider - 1.0.0-M3 + ${junit.platform.version} test org.junit.jupiter junit-jupiter-api - 5.0.0-M3 + ${junit.jupiter.version} test org.junit.jupiter junit-jupiter-engine - 5.0.0-M3 + ${junit.jupiter.version} test @@ -306,7 +308,28 @@ - + + + + org.apache.maven.plugins + maven-surefire-plugin + 2.19 + + + + ${skipTestTag} + + + + + + org.junit.platform + junit-platform-surefire-provider + ${junit.platform.version} + + + +