Repository: camel Updated Branches: refs/heads/camel-2.17.x 61325ce95 -> fec3c0cbf
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/fec3c0cb Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/fec3c0cb Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/fec3c0cb Branch: refs/heads/camel-2.17.x Commit: fec3c0cbf28209cad654c35ee68d584b1292fac5 Parents: 61325ce Author: Kevin Earls <ke...@kevinearls.com> Authored: Thu Jul 28 16:27:15 2016 +0200 Committer: Andrea Cosentino <anco...@gmail.com> Committed: Thu Jul 28 16:37:01 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/fec3c0cb/components/camel-jgroups/pom.xml ---------------------------------------------------------------------- diff --git a/components/camel-jgroups/pom.xml b/components/camel-jgroups/pom.xml index c43748c..93f84eb 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>