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:47 UTC

[3/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/5e2b4754
Tree: http://git-wip-us.apache.org/repos/asf/syncope/tree/5e2b4754
Diff: http://git-wip-us.apache.org/repos/asf/syncope/diff/5e2b4754

Branch: refs/heads/2_1_X
Commit: 5e2b47541679d72ae3562585a0f32fa0af6ffb2d
Parents: 6dafd81
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:35 2018 +0200

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


http://git-wip-us.apache.org/repos/asf/syncope/blob/5e2b4754/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index a9d23f7..f24c01f 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>