This is an automated email from the ASF dual-hosted git repository. tibordigana pushed a commit to branch SUREFIRE-1585-tibor2 in repository https://gitbox.apache.org/repos/asf/maven-surefire.git
The following commit(s) were added to refs/heads/SUREFIRE-1585-tibor2 by this push: new 0ebffcb [SUREFIRE-1585] Align JUnit Platform version at runtime 0ebffcb is described below commit 0ebffcba76cc753b9855b4742e3e74d87c273dc4 Author: tibordigana <tibordig...@apache.org> AuthorDate: Thu Feb 28 07:59:16 2019 +0100 [SUREFIRE-1585] Align JUnit Platform version at runtime --- maven-surefire-plugin/pom.xml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/maven-surefire-plugin/pom.xml b/maven-surefire-plugin/pom.xml index 8f1503d..7fb5b05 100644 --- a/maven-surefire-plugin/pom.xml +++ b/maven-surefire-plugin/pom.xml @@ -54,6 +54,11 @@ <artifactId>maven-plugin-annotations</artifactId> <scope>provided</scope> </dependency> + <dependency> + <groupId>org.apache.maven</groupId> + <artifactId>maven-core</artifactId> + <scope>test</scope> + </dependency> </dependencies> <build>