Repository: camel
Updated Branches:
  refs/heads/master d0d12f250 -> 4d4980ad9


CAMEL-10198 JGroupsClusterTest and JGroupsComponentTest fail on some platforms


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

Branch: refs/heads/master
Commit: 4d4980ad9a38dffa5a23867117e24c471e5539e1
Parents: d0d12f2
Author: Kevin Earls <ke...@kevinearls.com>
Authored: Thu Jul 28 16:27:15 2016 +0200
Committer: Kevin Earls <ke...@kevinearls.com>
Committed: Thu Jul 28 16:27:15 2016 +0200

----------------------------------------------------------------------
 components/camel-jgroups/pom.xml | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/4d4980ad/components/camel-jgroups/pom.xml
----------------------------------------------------------------------
diff --git a/components/camel-jgroups/pom.xml b/components/camel-jgroups/pom.xml
index 5cb5ac1..6fa126e 100644
--- a/components/camel-jgroups/pom.xml
+++ b/components/camel-jgroups/pom.xml
@@ -69,7 +69,7 @@
         </dependency>
     </dependencies>
     
-    <!--build>
+    <build>
        <plugins>
           <plugin>
              <artifactId>maven-surefire-plugin</artifactId>
@@ -77,8 +77,9 @@
                 <systemPropertyVariables>
                     <jgroups.bind_addr>127.0.0.1</jgroups.bind_addr>
                 </systemPropertyVariables>
+                <argLine>-Djava.net.preferIPv4Stack=true</argLine>
              </configuration>
           </plugin>
        </plugins>
-    </build-->
+    </build>
 </project>

Reply via email to