Repository: camel Updated Branches: refs/heads/master 2021fca70 -> fa588293a
Revert the change of setting jgroup binding address Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/fa588293 Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/fa588293 Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/fa588293 Branch: refs/heads/master Commit: fa588293a17bf1b9447232ddc2622885f9cc118e Parents: 2021fca Author: Willem Jiang <willem.ji...@gmail.com> Authored: Wed Sep 3 03:00:18 2014 +0000 Committer: Willem Jiang <willem.ji...@gmail.com> Committed: Wed Sep 3 03:00:35 2014 +0000 ---------------------------------------------------------------------- components/camel-jgroups/pom.xml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/camel/blob/fa588293/components/camel-jgroups/pom.xml ---------------------------------------------------------------------- diff --git a/components/camel-jgroups/pom.xml b/components/camel-jgroups/pom.xml index ab99939..0580a5d 100644 --- a/components/camel-jgroups/pom.xml +++ b/components/camel-jgroups/pom.xml @@ -69,17 +69,16 @@ </dependency> </dependencies> - <build> + <!--build> <plugins> <plugin> <artifactId>maven-surefire-plugin</artifactId> <configuration> <systemPropertyVariables> - <!-- force jgroup to use loopback interface to fix the CI build --> <jgroups.bind_addr>127.0.0.1</jgroups.bind_addr> </systemPropertyVariables> </configuration> </plugin> </plugins> - </build> + </build--> </project>