You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@syncope.apache.org by il...@apache.org on 2018/10/15 09:34:48 UTC

[4/6] syncope git commit: Removing junit-platform-surefire-provider

Removing junit-platform-surefire-provider


Project: http://git-wip-us.apache.org/repos/asf/syncope/repo
Commit: http://git-wip-us.apache.org/repos/asf/syncope/commit/96cb078f
Tree: http://git-wip-us.apache.org/repos/asf/syncope/tree/96cb078f
Diff: http://git-wip-us.apache.org/repos/asf/syncope/diff/96cb078f

Branch: refs/heads/master
Commit: 96cb078f0bf572f445eeeb9d3221b52009eb7666
Parents: f5a1b5b
Author: Francesco Chicchiriccò <il...@apache.org>
Authored: Mon Oct 15 11:33:35 2018 +0200
Committer: Francesco Chicchiriccò <il...@apache.org>
Committed: Mon Oct 15 11:33:54 2018 +0200

----------------------------------------------------------------------
 pom.xml | 14 --------------
 1 file changed, 14 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/syncope/blob/96cb078f/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index da4fb6e..fca1219 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1909,13 +1909,6 @@ under the License.
             <runOrder>alphabetical</runOrder>
             <argLine>-Xms512m -Xmx1024m -Xss256k</argLine>
           </configuration>
-          <dependencies>
-            <dependency>
-              <groupId>org.junit.platform</groupId>
-              <artifactId>junit-platform-surefire-provider</artifactId>
-              <version>1.3.1</version>
-            </dependency>
-          </dependencies>
         </plugin>
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
@@ -1927,13 +1920,6 @@ under the License.
             <runOrder>alphabetical</runOrder>
             <argLine>-Xms512m -Xmx1024m -Xss256k</argLine>
           </configuration>
-          <dependencies>
-            <dependency>
-              <groupId>org.junit.platform</groupId>
-              <artifactId>junit-platform-surefire-provider</artifactId>
-              <version>1.3.1</version>
-            </dependency>
-          </dependencies>
           <executions>
             <execution>
               <goals>