You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ti...@apache.org on 2017/08/03 14:38:00 UTC

[10/17] maven-surefire git commit: Remove engine declaration - this should be done automatically by surefire

Remove engine declaration - this should be done automatically by surefire


Project: http://git-wip-us.apache.org/repos/asf/maven-surefire/repo
Commit: http://git-wip-us.apache.org/repos/asf/maven-surefire/commit/acef2c32
Tree: http://git-wip-us.apache.org/repos/asf/maven-surefire/tree/acef2c32
Diff: http://git-wip-us.apache.org/repos/asf/maven-surefire/diff/acef2c32

Branch: refs/heads/junit5
Commit: acef2c3207da233c03bef600bf7467c92e8ee897
Parents: 4b8c1a4
Author: Benedikt Ritter <br...@apache.org>
Authored: Mon Feb 6 19:17:36 2017 +0100
Committer: Benedikt Ritter <br...@apache.org>
Committed: Mon Jun 12 08:18:35 2017 +0200

----------------------------------------------------------------------
 surefire-providers/surefire-junit5/pom.xml | 12 ------------
 1 file changed, 12 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/maven-surefire/blob/acef2c32/surefire-providers/surefire-junit5/pom.xml
----------------------------------------------------------------------
diff --git a/surefire-providers/surefire-junit5/pom.xml b/surefire-providers/surefire-junit5/pom.xml
index cf25aa2..ec318d5 100644
--- a/surefire-providers/surefire-junit5/pom.xml
+++ b/surefire-providers/surefire-junit5/pom.xml
@@ -116,18 +116,6 @@
         <configuration>
           <jvm>${java.home}/bin/java</jvm>
         </configuration>
-        <dependencies>
-          <dependency>
-            <groupId>org.junit.platform</groupId>
-            <artifactId>junit-platform-surefire-provider</artifactId>
-            <version>${junit-platform.version}</version>
-          </dependency>
-          <dependency>
-            <groupId>org.junit.jupiter</groupId>
-            <artifactId>junit-jupiter-engine</artifactId>
-            <version>${junit-jupiter.version}</version>
-          </dependency>
-        </dependencies>
       </plugin>
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>