You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@heron.apache.org by ya...@apache.org on 2018/04/06 20:33:22 UTC

[incubator-heron] branch master updated: Add two backup urls for zookeeper (#2857)

This is an automated email from the ASF dual-hosted git repository.

yaliang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-heron.git


The following commit(s) were added to refs/heads/master by this push:
     new e51093d  Add two backup urls for zookeeper (#2857)
e51093d is described below

commit e51093de63626f25d40756aec9b4f0bfb66a63fc
Author: Andrew Jorgensen <aj...@users.noreply.github.com>
AuthorDate: Fri Apr 6 16:33:19 2018 -0400

    Add two backup urls for zookeeper (#2857)
---
 WORKSPACE | 12 ++++++++----
 1 file changed, 8 insertions(+), 4 deletions(-)

diff --git a/WORKSPACE b/WORKSPACE
index b040e43..0e87770 100644
--- a/WORKSPACE
+++ b/WORKSPACE
@@ -302,9 +302,9 @@ maven_jar(
   artifact = "com.esotericsoftware:reflectasm:1.11.3",
 )
 
-maven_jar(		
-  name = "org_objectweb_asm",		
-  artifact = "org.ow2.asm:asm:5.0.4",		
+maven_jar(
+  name = "org_objectweb_asm",
+  artifact = "org.ow2.asm:asm:5.0.4",
 )
 
 maven_jar(
@@ -827,7 +827,11 @@ new_http_archive(
 
 new_http_archive(
     name = "org_apache_zookeeper",
-    urls = ["http://apache.cs.utah.edu/zookeeper/zookeeper-3.4.10/zookeeper-3.4.10.tar.gz"],
+    urls = [
+      "http://apache.cs.utah.edu/zookeeper/zookeeper-3.4.10/zookeeper-3.4.10.tar.gz",
+      "http://apache.claz.org/zookeeper/zookeeper-3.4.10/zookeeper-3.4.10.tar.gz",
+      "http://apache.mesi.com.ar/zookeeper/zookeeper-3.4.10/zookeeper-3.4.10.tar.gz",
+    ],
     strip_prefix = "zookeeper-3.4.10",
     build_file = "third_party/zookeeper/zookeeper.BUILD",
 )

-- 
To stop receiving notification emails like this one, please contact
yaliang@apache.org.