Repository: camel Updated Branches: refs/heads/camel-2.16.x a392df37a -> 8828c9dc7
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/8828c9dc Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/8828c9dc Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/8828c9dc Branch: refs/heads/camel-2.16.x Commit: 8828c9dc7961051683269f0eac50f76df034c426 Parents: a392df3 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:40:06 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/8828c9dc/components/camel-jgroups/pom.xml ---------------------------------------------------------------------- diff --git a/components/camel-jgroups/pom.xml b/components/camel-jgroups/pom.xml index ee07d22..c2bdfc9 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>