You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sling.apache.org by ss...@apache.org on 2020/01/27 14:56:18 UTC

[sling-org-apache-sling-testing-sling-mock] branch master updated: switch back to surefire plugin from parent pom

This is an automated email from the ASF dual-hosted git repository.

sseifert pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-testing-sling-mock.git


The following commit(s) were added to refs/heads/master by this push:
     new 9851d9e  switch back to surefire plugin from parent pom
9851d9e is described below

commit 9851d9e784ab21e76ac77654660ec3c6f476cdc3
Author: sseifert <ss...@pro-vision.de>
AuthorDate: Mon Jan 27 15:56:01 2020 +0100

    switch back to surefire plugin from parent pom
---
 parent/pom.xml | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 09f7c11..32e012d 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -96,13 +96,6 @@
                     </configuration>
                 </plugin>
 
-                <!-- Require latest Surefire plugin for JUnit 5 support -->
-                <plugin>
-                    <groupId>org.apache.maven.plugins</groupId>
-                    <artifactId>maven-surefire-plugin</artifactId>
-                    <version>2.22.1</version>
-                </plugin>
-
             </plugins>
         </pluginManagement>
     </build>