You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by cs...@apache.org on 2017/04/25 15:06:10 UTC

[6/7] cxf git commit: Downgrade surefire to fix build issue

Downgrade surefire to fix build issue


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

Branch: refs/heads/master
Commit: b3c49a34cd86a1966f79aed10c2df54adbdf7c5b
Parents: 108dcd6
Author: Christian Schneider <ch...@die-schneider.net>
Authored: Tue Apr 25 16:08:17 2017 +0200
Committer: Christian Schneider <ch...@die-schneider.net>
Committed: Tue Apr 25 16:11:04 2017 +0200

----------------------------------------------------------------------
 pom.xml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cxf/blob/b3c49a34/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 3fd0c2c..e60c684 100644
--- a/pom.xml
+++ b/pom.xml
@@ -474,7 +474,9 @@
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-surefire-plugin</artifactId>
-                    <version>2.19.1</version>
+                    <!-- The current 2.19 versions (Including 2.19.1) seem to be broken.
+                         See http://maven.40175.n5.nabble.com/surefire-forked-vm-failed-td5858900.html -->
+                    <version>2.18.1</version>
                 </plugin>
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>