Modified: helix/site-content/1.0.2-docs/dependencies.html
URL: 
http://svn.apache.org/viewvc/helix/site-content/1.0.2-docs/dependencies.html?rev=1899879&r1=1899878&r2=1899879&view=diff
==============================================================================
--- helix/site-content/1.0.2-docs/dependencies.html (original)
+++ helix/site-content/1.0.2-docs/dependencies.html Fri Apr 15 07:06:37 2022
@@ -1,20 +1,20 @@
 
 <!DOCTYPE html>
 <!--
- Generated by Apache Maven Doxia at 2022-04-15
+ Generated by Apache Maven Doxia at 2021-11-21
  Rendered using Maven Reflow Skin 1.0.0 
(http://andriusvelykis.github.com/reflow-maven-skin)
 -->
 <html  xml:lang="en" lang="en">
 
        <head>
                <meta charset="UTF-8" />
-               <title>Apache Helix &#x2013; Project Dependencies</title>
+               <title>Apache Helix - Project Dependencies</title>
                <meta name="viewport" content="width=device-width, 
initial-scale=1.0" />
                <meta name="description" content="" />
                <meta http-equiv="content-language" content="en" />
 
-               <link 
href="http://netdna.bootstrapcdn.com/twitter-bootstrap/2.2.2/css/bootstrap.min.css";
 rel="stylesheet" />
-               <link 
href="http://netdna.bootstrapcdn.com/twitter-bootstrap/2.2.2/css/bootstrap-responsive.min.css";
 rel="stylesheet" />
+               <link href="./css/bootstrap.min.css" rel="stylesheet" />
+               <link href="./css/bootstrap-responsive.min.css" 
rel="stylesheet" />
                <link href="./css/docs.css" rel="stylesheet" />
                <link href="./css/reflow-skin.css" rel="stylesheet" />
                
@@ -29,9 +29,18 @@
                        <script 
src="http://html5shim.googlecode.com/svn/trunk/html5.js";></script>
                <![endif]-->
                
+<script type="text/javascript">var _gaq = _gaq || [];
+        _gaq.push(['_setAccount', 'UA-3211522-12']);
+        _gaq.push(['_trackPageview']);
+
+        (function() {
+        var ga = document.createElement('script'); ga.type = 
'text/javascript'; ga.async = true;
+        ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 
'http://www') + '.google-analytics.com/ga.js';
+        var s = document.getElementsByTagName('script')[0]; 
s.parentNode.insertBefore(ga, s);
+        })();</script>
        </head>
 
-       <body class="page-$config.fileId project-$config.projectId" 
data-spy="scroll" data-offset="60" data-target="#toc-scroll-target">
+       <body class="page-dependencies project-102-docs" data-spy="scroll" 
data-offset="60" data-target="#toc-scroll-target">
 
                <div class="navbar navbar-fixed-top">
                        <div class="navbar-inner">
@@ -41,33 +50,34 @@
                                                <span class="icon-bar"></span>
                                                <span class="icon-bar"></span>
                                        </a>
+                                       <a class="brand" href="..">Apache 
Helix</a>
                                        <div class="nav-collapse">
                                                <ul class="nav pull-right">
-                                                       <li class="active"><a 
href="" title="Helix 1.0.2">Helix 1.0.2 </a></li>
-                                                       <li class="dropdown 
active">
+                                                       <li><a 
href="index.html" title="Helix 1.0.2">Helix 1.0.2 </a></li>
+                                                       <li class="dropdown">
                                                                <a href="#" 
class="dropdown-toggle" data-toggle="dropdown">Get Helix <b 
class="caret"></b></a>
                                                                <ul 
class="dropdown-menu">
-                                                                       <li 
class="active"><a href="" title="Download">Download </a></li>
-                                                                       <li 
class="active"><a href="" title="Building">Building </a></li>
-                                                                       <li 
class="active"><a href="" title="Release Notes">Release Notes </a></li>
+                                                                       <li><a 
href="download.html" title="Download">Download </a></li>
+                                                                       <li><a 
href="Building.html" title="Building">Building </a></li>
+                                                                       <li><a 
href="releasenotes/release-1.0.2.html" title="Release Notes">Release Notes 
</a></li>
                                                                </ul>
                                                        </li>
-                                                       <li class="dropdown 
active">
+                                                       <li class="dropdown">
                                                                <a href="#" 
class="dropdown-toggle" data-toggle="dropdown">Hands-On <b 
class="caret"></b></a>
                                                                <ul 
class="dropdown-menu">
-                                                                       <li 
class="active"><a href="" title="Quick Start">Quick Start </a></li>
-                                                                       <li 
class="active"><a href="" title="Tutorial">Tutorial </a></li>
-                                                                       <li 
class="active"><a href="" title="Javadocs">Javadocs </a></li>
+                                                                       <li><a 
href="Quickstart.html" title="Quick Start">Quick Start </a></li>
+                                                                       <li><a 
href="Tutorial.html" title="Tutorial">Tutorial </a></li>
+                                                                       <li><a 
href="../javadocs/1.0.2" title="Javadocs">Javadocs </a></li>
                                                                </ul>
                                                        </li>
-                                                       <li class="dropdown 
active">
+                                                       <li class="dropdown">
                                                                <a href="#" 
class="dropdown-toggle" data-toggle="dropdown">Recipes <b class="caret"></b></a>
                                                                <ul 
class="dropdown-menu">
-                                                                       <li 
class="active"><a href="" title="Distributed lock manager">Distributed lock 
manager </a></li>
-                                                                       <li 
class="active"><a href="" title="Rabbit MQ consumer group">Rabbit MQ consumer 
group </a></li>
-                                                                       <li 
class="active"><a href="" title="Rsync replicated file store">Rsync replicated 
file store </a></li>
-                                                                       <li 
class="active"><a href="" title="Service discovery">Service discovery </a></li>
-                                                                       <li 
class="active"><a href="" title="Distributed task DAG execution">Distributed 
task DAG execution </a></li>
+                                                                       <li><a 
href="recipes/lock_manager.html" title="Distributed lock manager">Distributed 
lock manager </a></li>
+                                                                       <li><a 
href="recipes/rabbitmq_consumer_group.html" title="Rabbit MQ consumer 
group">Rabbit MQ consumer group </a></li>
+                                                                       <li><a 
href="recipes/rsync_replicated_file_store.html" title="Rsync replicated file 
store">Rsync replicated file store </a></li>
+                                                                       <li><a 
href="recipes/service_discovery.html" title="Service discovery">Service 
discovery </a></li>
+                                                                       <li><a 
href="recipes/task_dag_execution.html" title="Distributed task DAG 
execution">Distributed task DAG execution </a></li>
                                                                </ul>
                                                        </li>
                                                </ul>
@@ -84,21 +94,22 @@
                <div class="row" id="banner">
                        <div class="span12">
                                <div class="pull-left">
-                                       <a href="" id="bannerLeft"><img src="" 
alt='"''"' /></a>
+                                       <a href="../" id="bannerLeft"><img 
src="../images/helix-logo.jpg" alt='"''"' /></a>
+                                       <p class="lead">A cluster management 
framework for partitioned and replicated distributed resources</p>
                                </div>
                                <div class="pull-right">
-                                       <a href="http://www.apache.org/"; 
id="bannerRight"><img src="" alt='"''"' /></a>
+                                       <a href="http://www.apache.org/"; 
id="bannerRight"><img src="../images/feather_small.gif" alt='"''"' /></a>
                                </div>
                        </div>
                </div>
                <div>
                        <ul class="breadcrumb">
-                               <li><a href="" title="Apache Helix">Apache 
Helix </a></li>
+                               <li><a href="../" title="Apache Helix">Apache 
Helix </a></li>
                                <li class="divider">/</li>
-                               <li><a href="" title="Release 1.0.2">Release 
1.0.2 </a></li>
+                               <li><a href="./" title="Release 1.0.2">Release 
1.0.2 </a></li>
                                <li class="divider">/</li>
                                <li>Project Dependencies</li>
-                               <li class="publishDate version-date 
pull-right">Last Published: 2022-04-15</li>
+                               <li class="publishDate version-date 
pull-right">Last Published: 2021-11-21</li>
                        </ul>
                </div>
        </header>
@@ -107,7 +118,493 @@
        <div class="row">
                <div class="span12">
                        <div class="body-content">
-$bodyWithHeader
+<a name="Project_Dependencies"></a> 
+<div class="section"> 
+ <div class="page-header">
+  <h2 id="Project_Dependencies">Project Dependencies</h2>
+ </div> 
+ <a name="Project_Dependencies_compile"></a> 
+ <div class="section"> 
+  <h3 id="compile">compile</h3> 
+  <p>The following is a list of compile dependencies for this project. These 
dependencies are required to compile and run the application:</p> 
+  <table border="0" class="bodyTable table table-striped table-hover"> 
+   <thead> 
+    <tr class="a"> 
+     <th>GroupId</th> 
+     <th>ArtifactId</th> 
+     <th>Version</th> 
+     <th>Type</th> 
+     <th>Licenses</th> 
+    </tr> 
+   </thead> 
+   <tbody> 
+    <tr class="b"> 
+     <td>org.slf4j</td> 
+     <td><a class="externalLink" 
href="http://www.slf4j.org";>slf4j-api</a></td> 
+     <td>1.7.25</td> 
+     <td>jar</td> 
+     <td><a class="externalLink" 
href="http://www.opensource.org/licenses/mit-license.php";>MIT License</a></td> 
+    </tr> 
+    <tr class="a"> 
+     <td>org.testng</td> 
+     <td><a class="externalLink" href="http://testng.org";>testng</a></td> 
+     <td>6.0.1</td> 
+     <td>jar</td> 
+     <td><a class="externalLink" 
href="http://apache.org/licenses/LICENSE-2.0";>Apache License, Version 
2.0</a></td> 
+    </tr> 
+   </tbody> 
+  </table> 
+ </div> 
+</div> 
+<a name="Project_Transitive_Dependencies"></a> 
+<div class="section"> 
+ <h2 id="Project_Transitive_Dependencies">Project Transitive Dependencies</h2> 
+ <p>The following is a list of transitive dependencies for this project. 
Transitive dependencies are the dependencies of the project dependencies.</p> 
+ <a name="Project_Transitive_Dependencies_compile"></a> 
+ <div class="section"> 
+  <h3 id="compile">compile</h3> 
+  <p>The following is a list of compile dependencies for this project. These 
dependencies are required to compile and run the application:</p> 
+  <table border="0" class="bodyTable table table-striped table-hover"> 
+   <thead> 
+    <tr class="a"> 
+     <th>GroupId</th> 
+     <th>ArtifactId</th> 
+     <th>Version</th> 
+     <th>Type</th> 
+     <th>Licenses</th> 
+    </tr> 
+   </thead> 
+   <tbody> 
+    <tr class="b"> 
+     <td>com.beust</td> 
+     <td><a class="externalLink" 
href="http://beust.com/jcommander";>jcommander</a></td> 
+     <td>1.12</td> 
+     <td>jar</td> 
+     <td><a class="externalLink" 
href="http://www.apache.org/licenses/LICENSE-2.0.txt";>The Apache Software 
License, Version 2.0</a></td> 
+    </tr> 
+    <tr class="a"> 
+     <td>org.beanshell</td> 
+     <td>bsh</td> 
+     <td>2.0b4</td> 
+     <td>jar</td> 
+     <td><a class="externalLink" 
href="http://www.gnu.org/licenses/lgpl.txt";>GNU LESSER GENERAL PUBLIC 
LICENSE</a></td> 
+    </tr> 
+    <tr class="b"> 
+     <td>org.yaml</td> 
+     <td><a class="externalLink" 
href="http://code.google.com/p/snakeyaml/";>snakeyaml</a></td> 
+     <td>1.6</td> 
+     <td>jar</td> 
+     <td>LICENSE.txt</td> 
+    </tr> 
+   </tbody> 
+  </table> 
+ </div> 
+ <a name="Project_Transitive_Dependencies_test"></a> 
+ <div class="section"> 
+  <h3 id="test">test</h3> 
+  <p>The following is a list of test dependencies for this project. These 
dependencies are only required to compile and run unit tests for the 
application:</p> 
+  <table border="0" class="bodyTable table table-striped table-hover"> 
+   <thead> 
+    <tr class="a"> 
+     <th>GroupId</th> 
+     <th>ArtifactId</th> 
+     <th>Version</th> 
+     <th>Type</th> 
+     <th>Licenses</th> 
+    </tr> 
+   </thead> 
+   <tbody> 
+    <tr class="b"> 
+     <td>junit</td> 
+     <td><a class="externalLink" href="http://junit.org";>junit</a></td> 
+     <td>4.11</td> 
+     <td>jar</td> 
+     <td><a class="externalLink" 
href="http://www.opensource.org/licenses/cpl1.0.txt";>Common Public License 
Version 1.0</a></td> 
+    </tr> 
+    <tr class="a"> 
+     <td>org.hamcrest</td> 
+     <td><a class="externalLink" 
href="https://github.com/hamcrest/JavaHamcrest/hamcrest-core";>hamcrest-core</a></td>
 
+     <td>1.3</td> 
+     <td>jar</td> 
+     <td><a class="externalLink" 
href="http://www.opensource.org/licenses/bsd-license.php";>New BSD 
License</a></td> 
+    </tr> 
+   </tbody> 
+  </table> 
+ </div> 
+</div> 
+<a name="Project_Dependency_Graph"></a> 
+<div class="section"> 
+ <h2 id="Project_Dependency_Graph">Project Dependency Graph</h2> 
+ <script language="javascript" type="text/javascript">
+      function toggleDependencyDetails( divId, imgId )
+      {
+        var div = document.getElementById( divId );
+        var img = document.getElementById( imgId );
+        if( div.style.display == '' )
+        {
+          div.style.display = 'none';
+          img.src='./images/icon_info_sml.gif';
+          img.alt='[Information]';
+        }
+        else
+        {
+          div.style.display = '';
+          img.src='./images/close.gif';
+          img.alt='[Close]';
+        }
+      }
+</script> 
+ <a name="Dependency_Tree"></a> 
+ <div class="section"> 
+  <h3 id="Dependency_Tree">Dependency Tree</h3> 
+  <ul> 
+   <li>org.apache.helix:1.0.2-docs:bundle:1.0.3-SNAPSHOT <button 
title="Information" class="btn btn-link btn-small" type="button" 
data-toggle="collapse" data-target="#_dep0"><i 
class="icon-info-sign"></i></button> 
+    <div id="_dep0" style="" class=" collapse"> 
+     <table border="0" class="bodyTable table table-striped table-hover"> 
+      <thead> 
+       <tr class="a"> 
+        <th>Apache Helix :: Website :: 1.0.2</th> 
+       </tr> 
+      </thead> 
+      <tbody> 
+       <tr class="b"> 
+        <td> <p><b>Description: </b>Helix is a generic cluster management 
framework used for the automatic management of partitioned, replicated and 
distributed resources hosted on a cluster of nodes.</p> <p><b>URL: </b><a 
class="externalLink" 
href="http://helix.apache.org/1.0.2-docs";>http://helix.apache.org/1.0.2-docs</a></p>
 <p><b>Project Licenses: </b><a class="externalLink" 
href="https://www.apache.org/licenses/LICENSE-2.0.txt";>Apache License, Version 
2.0</a></p></td> 
+       </tr> 
+      </tbody> 
+     </table> 
+    </div> 
+    <ul> 
+     <li>org.testng:testng:jar:6.0.1 (compile) <button title="Information" 
class="btn btn-link btn-small" type="button" data-toggle="collapse" 
data-target="#_dep2"><i class="icon-info-sign"></i></button> 
+      <div id="_dep2" style="" class=" collapse"> 
+       <table border="0" class="bodyTable table table-striped table-hover"> 
+        <thead> 
+         <tr class="a"> 
+          <th>TestNG</th> 
+         </tr> 
+        </thead> 
+        <tbody> 
+         <tr class="b"> 
+          <td> <p><b>Description: </b>TestNG is a testing framework.</p> 
<p><b>URL: </b><a class="externalLink" 
href="http://testng.org";>http://testng.org</a></p> <p><b>Project Licenses: 
</b><a class="externalLink" 
href="http://apache.org/licenses/LICENSE-2.0";>Apache License, Version 
2.0</a></p></td> 
+         </tr> 
+        </tbody> 
+       </table> 
+      </div> 
+      <ul> 
+       <li>junit:junit:jar:4.11 (test) <button title="Information" class="btn 
btn-link btn-small" type="button" data-toggle="collapse" 
data-target="#_dep4"><i class="icon-info-sign"></i></button> 
+        <div id="_dep4" style="" class=" collapse"> 
+         <table border="0" class="bodyTable table table-striped table-hover"> 
+          <thead> 
+           <tr class="a"> 
+            <th>JUnit</th> 
+           </tr> 
+          </thead> 
+          <tbody> 
+           <tr class="b"> 
+            <td> <p><b>Description: </b>JUnit is a regression testing 
framework written by Erich Gamma and Kent Beck. It is used by the developer who 
implements unit tests in Java.</p> <p><b>URL: </b><a class="externalLink" 
href="http://junit.org";>http://junit.org</a></p> <p><b>Project Licenses: </b><a 
class="externalLink" 
href="http://www.opensource.org/licenses/cpl1.0.txt";>Common Public License 
Version 1.0</a></p></td> 
+           </tr> 
+          </tbody> 
+         </table> 
+        </div> 
+        <ul> 
+         <li>org.hamcrest:hamcrest-core:jar:1.3 (test) <button 
title="Information" class="btn btn-link btn-small" type="button" 
data-toggle="collapse" data-target="#_dep6"><i 
class="icon-info-sign"></i></button> 
+          <div id="_dep6" style="" class=" collapse"> 
+           <table border="0" class="bodyTable table table-striped 
table-hover"> 
+            <thead> 
+             <tr class="a"> 
+              <th>Hamcrest Core</th> 
+             </tr> 
+            </thead> 
+            <tbody> 
+             <tr class="b"> 
+              <td> <p><b>Description: </b>This is the core API of hamcrest 
matcher framework to be used by third-party framework providers. This includes 
the a foundation set of matcher implementations for common operations.</p> 
<p><b>URL: </b><a class="externalLink" 
href="https://github.com/hamcrest/JavaHamcrest/hamcrest-core";>https://github.com/hamcrest/JavaHamcrest/hamcrest-core</a></p>
 <p><b>Project Licenses: </b><a class="externalLink" 
href="http://www.opensource.org/licenses/bsd-license.php";>New BSD 
License</a></p></td> 
+             </tr> 
+            </tbody> 
+           </table> 
+          </div></li> 
+        </ul></li> 
+       <li>org.beanshell:bsh:jar:2.0b4 (compile) <button title="Information" 
class="btn btn-link btn-small" type="button" data-toggle="collapse" 
data-target="#_dep8"><i class="icon-info-sign"></i></button> 
+        <div id="_dep8" style="" class=" collapse"> 
+         <table border="0" class="bodyTable table table-striped table-hover"> 
+          <thead> 
+           <tr class="a"> 
+            <th>BeanShell</th> 
+           </tr> 
+          </thead> 
+          <tbody> 
+           <tr class="b"> 
+            <td> <p><b>Description: </b>BeanShell</p> <p><b>Project Licenses: 
</b><a class="externalLink" href="http://www.gnu.org/licenses/lgpl.txt";>GNU 
LESSER GENERAL PUBLIC LICENSE</a></p></td> 
+           </tr> 
+          </tbody> 
+         </table> 
+        </div></li> 
+       <li>com.beust:jcommander:jar:1.12 (compile) <button title="Information" 
class="btn btn-link btn-small" type="button" data-toggle="collapse" 
data-target="#_dep10"><i class="icon-info-sign"></i></button> 
+        <div id="_dep10" style="" class=" collapse"> 
+         <table border="0" class="bodyTable table table-striped table-hover"> 
+          <thead> 
+           <tr class="a"> 
+            <th>JCommander</th> 
+           </tr> 
+          </thead> 
+          <tbody> 
+           <tr class="b"> 
+            <td> <p><b>Description: </b>A Java framework to parse command line 
options with annotations.</p> <p><b>URL: </b><a class="externalLink" 
href="http://beust.com/jcommander";>http://beust.com/jcommander</a></p> 
<p><b>Project Licenses: </b><a class="externalLink" 
href="http://www.apache.org/licenses/LICENSE-2.0.txt";>The Apache Software 
License, Version 2.0</a></p></td> 
+           </tr> 
+          </tbody> 
+         </table> 
+        </div></li> 
+       <li>org.yaml:snakeyaml:jar:1.6 (compile) <button title="Information" 
class="btn btn-link btn-small" type="button" data-toggle="collapse" 
data-target="#_dep12"><i class="icon-info-sign"></i></button> 
+        <div id="_dep12" style="" class=" collapse"> 
+         <table border="0" class="bodyTable table table-striped table-hover"> 
+          <thead> 
+           <tr class="a"> 
+            <th>SnakeYAML</th> 
+           </tr> 
+          </thead> 
+          <tbody> 
+           <tr class="b"> 
+            <td> <p><b>Description: </b>YAML 1.1 parser and emitter for 
Java</p> <p><b>URL: </b><a class="externalLink" 
href="http://code.google.com/p/snakeyaml/";>http://code.google.com/p/snakeyaml/</a></p>
 <p><b>Project Licenses: </b><a href="LICENSE.txt">Apache License Version 
2.0</a></p></td> 
+           </tr> 
+          </tbody> 
+         </table> 
+        </div></li> 
+      </ul></li> 
+     <li>org.slf4j:slf4j-api:jar:1.7.25 (compile) <button title="Information" 
class="btn btn-link btn-small" type="button" data-toggle="collapse" 
data-target="#_dep14"><i class="icon-info-sign"></i></button> 
+      <div id="_dep14" style="" class=" collapse"> 
+       <table border="0" class="bodyTable table table-striped table-hover"> 
+        <thead> 
+         <tr class="a"> 
+          <th>SLF4J API Module</th> 
+         </tr> 
+        </thead> 
+        <tbody> 
+         <tr class="b"> 
+          <td> <p><b>Description: </b>The slf4j API</p> <p><b>URL: </b><a 
class="externalLink" href="http://www.slf4j.org";>http://www.slf4j.org</a></p> 
<p><b>Project Licenses: </b><a class="externalLink" 
href="http://www.opensource.org/licenses/mit-license.php";>MIT 
License</a></p></td> 
+         </tr> 
+        </tbody> 
+       </table> 
+      </div></li> 
+    </ul></li> 
+  </ul> 
+ </div> 
+</div> 
+<a name="Licenses"></a> 
+<div class="section"> 
+ <h2 id="Licenses">Licenses</h2> 
+ <p><b>Apache License Version 2.0: </b>SnakeYAML</p> 
+ <p><b>GNU LESSER GENERAL PUBLIC LICENSE: </b>BeanShell</p> 
+ <p><b>MIT License: </b>SLF4J API Module</p> 
+ <p><b>Apache License, Version 2.0: </b>Apache Helix :: Website :: 1.0.2, 
TestNG</p> 
+ <p><b>New BSD License: </b>Hamcrest Core</p> 
+ <p><b>Common Public License Version 1.0: </b>JUnit</p> 
+ <p><b>The Apache Software License, Version 2.0: </b>JCommander</p> 
+</div> 
+<a name="Dependency_File_Details"></a> 
+<div class="section"> 
+ <h2 id="Dependency_File_Details">Dependency File Details</h2> 
+ <table border="0" class="bodyTable table table-striped table-hover"> 
+  <thead> 
+   <tr class="a"> 
+    <th>Total</th> 
+    <th>Size</th> 
+    <th>Entries</th> 
+    <th>Classes</th> 
+    <th>Packages</th> 
+    <th>Java Version</th> 
+    <th>Debug Information</th> 
+   </tr> 
+  </thead> 
+  <thead> 
+   <tr class="a"> 
+    <th>Filename</th> 
+    <th>Size</th> 
+    <th>Entries</th> 
+    <th>Classes</th> 
+    <th>Packages</th> 
+    <th>Java Version</th> 
+    <th title="Indicates whether these dependencies have been compiled with 
debug information.">Debug Information</th> 
+   </tr> 
+  </thead> 
+  <tbody> 
+   <tr class="b"> 
+    <td>jcommander-1.12.jar</td> 
+    <td>31.3 kB</td> 
+    <td>36</td> 
+    <td>23</td> 
+    <td>4</td> 
+    <td>1.5</td> 
+    <td>Yes</td> 
+   </tr> 
+   <tr class="a"> 
+    <td>junit-4.11.jar</td> 
+    <td>245 kB</td> 
+    <td>266</td> 
+    <td>233</td> 
+    <td>28</td> 
+    <td>1.5</td> 
+    <td>Yes</td> 
+   </tr> 
+   <tr class="b"> 
+    <td>bsh-2.0b4.jar</td> 
+    <td>281.7 kB</td> 
+    <td>238</td> 
+    <td>158</td> 
+    <td>8</td> 
+    <td>1.2</td> 
+    <td>No</td> 
+   </tr> 
+   <tr class="a"> 
+    <td>hamcrest-core-1.3.jar</td> 
+    <td>45 kB</td> 
+    <td>52</td> 
+    <td>45</td> 
+    <td>3</td> 
+    <td>1.5</td> 
+    <td>Yes</td> 
+   </tr> 
+   <tr class="b"> 
+    <td>slf4j-api-1.7.25.jar</td> 
+    <td>41.2 kB</td> 
+    <td>46</td> 
+    <td>34</td> 
+    <td>4</td> 
+    <td>1.5</td> 
+    <td>Yes</td> 
+   </tr> 
+   <tr class="a"> 
+    <td>testng-6.0.1.jar</td> 
+    <td>582.3 kB</td> 
+    <td>400</td> 
+    <td>365</td> 
+    <td>22</td> 
+    <td>1.5</td> 
+    <td>Yes</td> 
+   </tr> 
+   <tr class="b"> 
+    <td>snakeyaml-1.6.jar</td> 
+    <td>232.1 kB</td> 
+    <td>208</td> 
+    <td>183</td> 
+    <td>16</td> 
+    <td>1.5</td> 
+    <td>Yes</td> 
+   </tr> 
+   <tr class="b"> 
+    <td>7</td> 
+    <td>1.5 MB</td> 
+    <td>1246</td> 
+    <td>1041</td> 
+    <td>85</td> 
+    <td>1.5</td> 
+    <td>6</td> 
+   </tr> 
+   <tr class="a"> 
+    <td>compile: 5</td> 
+    <td>compile: 1.2 MB</td> 
+    <td>compile: 928</td> 
+    <td>compile: 763</td> 
+    <td>compile: 54</td> 
+    <td>-</td> 
+    <td>compile: 4</td> 
+   </tr> 
+   <tr class="b"> 
+    <td>test: 2</td> 
+    <td>test: 290.1 kB</td> 
+    <td>test: 318</td> 
+    <td>test: 278</td> 
+    <td>test: 31</td> 
+    <td>-</td> 
+    <td>test: 2</td> 
+   </tr> 
+  </tbody> 
+ </table> 
+</div> 
+<a name="Dependency_Repository_Locations"></a> 
+<div class="section"> 
+ <h2 id="Dependency_Repository_Locations">Dependency Repository Locations</h2> 
+ <table border="0" class="bodyTable table table-striped table-hover"> 
+  <thead> 
+   <tr class="a"> 
+    <th>Repo ID</th> 
+    <th>URL</th> 
+    <th>Release</th> 
+    <th>Snapshot</th> 
+   </tr> 
+  </thead> 
+  <tbody> 
+   <tr class="b"> 
+    <td>central</td> 
+    <td><a class="externalLink" 
href="https://repo.maven.apache.org/maven2";>https://repo.maven.apache.org/maven2</a></td>
 
+    <td>Yes</td> 
+    <td>No</td> 
+   </tr> 
+   <tr class="a"> 
+    <td>apache.snapshots</td> 
+    <td><a class="externalLink" 
href="https://repository.apache.org/snapshots";>https://repository.apache.org/snapshots</a></td>
 
+    <td>No</td> 
+    <td>Yes</td> 
+   </tr> 
+  </tbody> 
+ </table> 
+ <p>Repository locations for each of the Dependencies.</p> 
+ <table border="0" class="bodyTable table table-striped table-hover"> 
+  <thead> 
+   <tr class="a"> 
+    <th>Total</th> 
+    <th>build-master-nexus</th> 
+    <th>apache.snapshots</th> 
+   </tr> 
+  </thead> 
+  <thead> 
+   <tr class="a"> 
+    <th>Artifact</th> 
+    <th>build-master-nexus</th> 
+    <th>apache.snapshots</th> 
+   </tr> 
+  </thead> 
+  <tbody> 
+   <tr class="b"> 
+    <td>com.beust:jcommander:jar:1.12</td> 
+    <td><a class="externalLink" 
href="http://10.0.0.15:8081/repository/maven-public//com/beust/jcommander/1.12/jcommander-1.12.jar";><i
 class="icon-ok"></i></a></td> 
+    <td>-</td> 
+   </tr> 
+   <tr class="a"> 
+    <td>junit:junit:jar:4.11</td> 
+    <td><a class="externalLink" 
href="http://10.0.0.15:8081/repository/maven-public//junit/junit/4.11/junit-4.11.jar";><i
 class="icon-ok"></i></a></td> 
+    <td>-</td> 
+   </tr> 
+   <tr class="b"> 
+    <td>org.beanshell:bsh:jar:2.0b4</td> 
+    <td><a class="externalLink" 
href="http://10.0.0.15:8081/repository/maven-public//org/beanshell/bsh/2.0b4/bsh-2.0b4.jar";><i
 class="icon-ok"></i></a></td> 
+    <td>-</td> 
+   </tr> 
+   <tr class="a"> 
+    <td>org.hamcrest:hamcrest-core:jar:1.3</td> 
+    <td><a class="externalLink" 
href="http://10.0.0.15:8081/repository/maven-public//org/hamcrest/hamcrest-core/1.3/hamcrest-core-1.3.jar";><i
 class="icon-ok"></i></a></td> 
+    <td>-</td> 
+   </tr> 
+   <tr class="b"> 
+    <td>org.slf4j:slf4j-api:jar:1.7.25</td> 
+    <td><a class="externalLink" 
href="http://10.0.0.15:8081/repository/maven-public//org/slf4j/slf4j-api/1.7.25/slf4j-api-1.7.25.jar";><i
 class="icon-ok"></i></a></td> 
+    <td>-</td> 
+   </tr> 
+   <tr class="a"> 
+    <td>org.testng:testng:jar:6.0.1</td> 
+    <td><a class="externalLink" 
href="http://10.0.0.15:8081/repository/maven-public//org/testng/testng/6.0.1/testng-6.0.1.jar";><i
 class="icon-ok"></i></a></td> 
+    <td>-</td> 
+   </tr> 
+   <tr class="b"> 
+    <td>org.yaml:snakeyaml:jar:1.6</td> 
+    <td><a class="externalLink" 
href="http://10.0.0.15:8081/repository/maven-public//org/yaml/snakeyaml/1.6/snakeyaml-1.6.jar";><i
 class="icon-ok"></i></a></td> 
+    <td>-</td> 
+   </tr> 
+   <tr class="b"> 
+    <td>7 (compile: 5, test: 2)</td> 
+    <td>7</td> 
+    <td>0</td> 
+   </tr> 
+  </tbody> 
+ </table> 
+</div>
                        </div>
                </div>
        </div>
@@ -120,43 +617,51 @@ $bodyWithHeader
        <footer class="well">
                <div class="container">
                        <div class="row">
-                               <div class="span9 bottom-nav">
+                               <div class="span3 bottom-nav">
                                        <ul class="nav nav-list">
                                                <li class="nav-header">Get 
Helix</li>
-                                               <li class="active">
-                                                       <a href="#" 
title="Download">Download </a>
+                                               <li>
+                                                       <a href="download.html" 
title="Download">Download </a>
                                                </li>
-                                               <li class="active">
-                                                       <a href="#" 
title="Building">Building </a>
+                                               <li>
+                                                       <a href="Building.html" 
title="Building">Building </a>
                                                </li>
-                                               <li class="active">
-                                                       <a href="#" 
title="Release Notes">Release Notes </a>
+                                               <li>
+                                                       <a 
href="releasenotes/release-1.0.2.html" title="Release Notes">Release Notes </a>
                                                </li>
+                                       </ul>
+                               </div>
+                               <div class="span3 bottom-nav">
+                                       <ul class="nav nav-list">
                                                <li 
class="nav-header">Hands-On</li>
-                                               <li class="active">
-                                                       <a href="#" 
title="Quick Start">Quick Start </a>
+                                               <li>
+                                                       <a 
href="Quickstart.html" title="Quick Start">Quick Start </a>
                                                </li>
-                                               <li class="active">
-                                                       <a href="#" 
title="Tutorial">Tutorial </a>
+                                               <li>
+                                                       <a href="Tutorial.html" 
title="Tutorial">Tutorial </a>
                                                </li>
-                                               <li class="active">
-                                                       <a href="#" 
title="Javadocs">Javadocs </a>
+                                               <li>
+                                                       <a 
href="../javadocs/1.0.2" title="Javadocs">Javadocs </a>
                                                </li>
+                                       </ul>
+                               </div>
+                               <div class="span3 bottom-nav">
+                                       <ul class="nav nav-list">
                                                <li 
class="nav-header">Recipes</li>
-                                               <li class="active">
-                                                       <a href="#" 
title="Distributed lock manager">Distributed lock manager </a>
+                                               <li>
+                                                       <a 
href="recipes/lock_manager.html" title="Distributed lock manager">Distributed 
lock manager </a>
                                                </li>
-                                               <li class="active">
-                                                       <a href="#" 
title="Rabbit MQ consumer group">Rabbit MQ consumer group </a>
+                                               <li>
+                                                       <a 
href="recipes/rabbitmq_consumer_group.html" title="Rabbit MQ consumer 
group">Rabbit MQ consumer group </a>
                                                </li>
-                                               <li class="active">
-                                                       <a href="#" 
title="Rsync replicated file store">Rsync replicated file store </a>
+                                               <li>
+                                                       <a 
href="recipes/rsync_replicated_file_store.html" title="Rsync replicated file 
store">Rsync replicated file store </a>
                                                </li>
-                                               <li class="active">
-                                                       <a href="#" 
title="Service discovery">Service discovery </a>
+                                               <li>
+                                                       <a 
href="recipes/service_discovery.html" title="Service discovery">Service 
discovery </a>
                                                </li>
-                                               <li class="active">
-                                                       <a href="#" 
title="Distributed task DAG execution">Distributed task DAG execution </a>
+                                               <li>
+                                                       <a 
href="recipes/task_dag_execution.html" title="Distributed task DAG 
execution">Distributed task DAG execution </a>
                                                </li>
                                        </ul>
                                </div>
@@ -168,9 +673,14 @@ $bodyWithHeader
                <div class="row">
                        <div class="span12">
                                <p class="pull-right"><a href="#">Back to 
top</a></p>
-                               <p class="copyright">Copyright &copy;2022 <a 
href="https://www.apache.org/";>The Apache Software Foundation</a>. All Rights 
Reserved.</p>
+                               <p class="copyright">Copyright &copy;2021 <a 
href="https://www.apache.org/";>The Apache Software Foundation</a>. All Rights 
Reserved.</p>
                                <p><a 
href="http://github.com/andriusvelykis/reflow-maven-skin"; title="Reflow Maven 
skin">Reflow Maven skin</a> by <a href="http://andrius.velykis.lt"; 
target="_blank" title="Andrius Velykis">Andrius Velykis</a>.</p>
-                                       </div>
+               
+<div class="row span16">
+  <div>Apache Helix, Apache, the Apache feather logo, and the Apache Helix 
project logos are trademarks of The Apache Software Foundation.
+        All other marks mentioned may be trademarks or registered trademarks 
of their respective owners.</div>
+  <a href="http://helix.apache.org/1.0.2-docs/privacy-policy.html";>Privacy 
Policy</a>
+</div>                 </div>
                </div>
        </div>
 
@@ -188,7 +698,7 @@ $bodyWithHeader
                }
        </script>
        
-       <script 
src="http://netdna.bootstrapcdn.com/twitter-bootstrap/2.2.2/js/bootstrap.min.js";></script>
+       <script src="./js/bootstrap.min.js"></script>
        <script src="./js/lightbox.js"></script>
        <script src="./js/jquery.smooth-scroll.min.js"></script>
        <!-- back button support for smooth scroll -->

Modified: helix/site-content/1.0.2-docs/dependency-info.html
URL: 
http://svn.apache.org/viewvc/helix/site-content/1.0.2-docs/dependency-info.html?rev=1899879&r1=1899878&r2=1899879&view=diff
==============================================================================
--- helix/site-content/1.0.2-docs/dependency-info.html (original)
+++ helix/site-content/1.0.2-docs/dependency-info.html Fri Apr 15 07:06:37 2022
@@ -1,20 +1,20 @@
 
 <!DOCTYPE html>
 <!--
- Generated by Apache Maven Doxia at 2022-04-15
+ Generated by Apache Maven Doxia at 2021-11-21
  Rendered using Maven Reflow Skin 1.0.0 
(http://andriusvelykis.github.com/reflow-maven-skin)
 -->
 <html  xml:lang="en" lang="en">
 
        <head>
                <meta charset="UTF-8" />
-               <title>Apache Helix &#x2013; Dependency Information</title>
+               <title>Apache Helix - Dependency Information</title>
                <meta name="viewport" content="width=device-width, 
initial-scale=1.0" />
                <meta name="description" content="" />
                <meta http-equiv="content-language" content="en" />
 
-               <link 
href="http://netdna.bootstrapcdn.com/twitter-bootstrap/2.2.2/css/bootstrap.min.css";
 rel="stylesheet" />
-               <link 
href="http://netdna.bootstrapcdn.com/twitter-bootstrap/2.2.2/css/bootstrap-responsive.min.css";
 rel="stylesheet" />
+               <link href="./css/bootstrap.min.css" rel="stylesheet" />
+               <link href="./css/bootstrap-responsive.min.css" 
rel="stylesheet" />
                <link href="./css/docs.css" rel="stylesheet" />
                <link href="./css/reflow-skin.css" rel="stylesheet" />
                
@@ -29,9 +29,18 @@
                        <script 
src="http://html5shim.googlecode.com/svn/trunk/html5.js";></script>
                <![endif]-->
                
+<script type="text/javascript">var _gaq = _gaq || [];
+        _gaq.push(['_setAccount', 'UA-3211522-12']);
+        _gaq.push(['_trackPageview']);
+
+        (function() {
+        var ga = document.createElement('script'); ga.type = 
'text/javascript'; ga.async = true;
+        ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 
'http://www') + '.google-analytics.com/ga.js';
+        var s = document.getElementsByTagName('script')[0]; 
s.parentNode.insertBefore(ga, s);
+        })();</script>
        </head>
 
-       <body class="page-$config.fileId project-$config.projectId" 
data-spy="scroll" data-offset="60" data-target="#toc-scroll-target">
+       <body class="page-dependency-info project-102-docs" data-spy="scroll" 
data-offset="60" data-target="#toc-scroll-target">
 
                <div class="navbar navbar-fixed-top">
                        <div class="navbar-inner">
@@ -41,33 +50,34 @@
                                                <span class="icon-bar"></span>
                                                <span class="icon-bar"></span>
                                        </a>
+                                       <a class="brand" href="..">Apache 
Helix</a>
                                        <div class="nav-collapse">
                                                <ul class="nav pull-right">
-                                                       <li class="active"><a 
href="" title="Helix 1.0.2">Helix 1.0.2 </a></li>
-                                                       <li class="dropdown 
active">
+                                                       <li><a 
href="index.html" title="Helix 1.0.2">Helix 1.0.2 </a></li>
+                                                       <li class="dropdown">
                                                                <a href="#" 
class="dropdown-toggle" data-toggle="dropdown">Get Helix <b 
class="caret"></b></a>
                                                                <ul 
class="dropdown-menu">
-                                                                       <li 
class="active"><a href="" title="Download">Download </a></li>
-                                                                       <li 
class="active"><a href="" title="Building">Building </a></li>
-                                                                       <li 
class="active"><a href="" title="Release Notes">Release Notes </a></li>
+                                                                       <li><a 
href="download.html" title="Download">Download </a></li>
+                                                                       <li><a 
href="Building.html" title="Building">Building </a></li>
+                                                                       <li><a 
href="releasenotes/release-1.0.2.html" title="Release Notes">Release Notes 
</a></li>
                                                                </ul>
                                                        </li>
-                                                       <li class="dropdown 
active">
+                                                       <li class="dropdown">
                                                                <a href="#" 
class="dropdown-toggle" data-toggle="dropdown">Hands-On <b 
class="caret"></b></a>
                                                                <ul 
class="dropdown-menu">
-                                                                       <li 
class="active"><a href="" title="Quick Start">Quick Start </a></li>
-                                                                       <li 
class="active"><a href="" title="Tutorial">Tutorial </a></li>
-                                                                       <li 
class="active"><a href="" title="Javadocs">Javadocs </a></li>
+                                                                       <li><a 
href="Quickstart.html" title="Quick Start">Quick Start </a></li>
+                                                                       <li><a 
href="Tutorial.html" title="Tutorial">Tutorial </a></li>
+                                                                       <li><a 
href="../javadocs/1.0.2" title="Javadocs">Javadocs </a></li>
                                                                </ul>
                                                        </li>
-                                                       <li class="dropdown 
active">
+                                                       <li class="dropdown">
                                                                <a href="#" 
class="dropdown-toggle" data-toggle="dropdown">Recipes <b class="caret"></b></a>
                                                                <ul 
class="dropdown-menu">
-                                                                       <li 
class="active"><a href="" title="Distributed lock manager">Distributed lock 
manager </a></li>
-                                                                       <li 
class="active"><a href="" title="Rabbit MQ consumer group">Rabbit MQ consumer 
group </a></li>
-                                                                       <li 
class="active"><a href="" title="Rsync replicated file store">Rsync replicated 
file store </a></li>
-                                                                       <li 
class="active"><a href="" title="Service discovery">Service discovery </a></li>
-                                                                       <li 
class="active"><a href="" title="Distributed task DAG execution">Distributed 
task DAG execution </a></li>
+                                                                       <li><a 
href="recipes/lock_manager.html" title="Distributed lock manager">Distributed 
lock manager </a></li>
+                                                                       <li><a 
href="recipes/rabbitmq_consumer_group.html" title="Rabbit MQ consumer 
group">Rabbit MQ consumer group </a></li>
+                                                                       <li><a 
href="recipes/rsync_replicated_file_store.html" title="Rsync replicated file 
store">Rsync replicated file store </a></li>
+                                                                       <li><a 
href="recipes/service_discovery.html" title="Service discovery">Service 
discovery </a></li>
+                                                                       <li><a 
href="recipes/task_dag_execution.html" title="Distributed task DAG 
execution">Distributed task DAG execution </a></li>
                                                                </ul>
                                                        </li>
                                                </ul>
@@ -84,21 +94,22 @@
                <div class="row" id="banner">
                        <div class="span12">
                                <div class="pull-left">
-                                       <a href="" id="bannerLeft"><img src="" 
alt='"''"' /></a>
+                                       <a href="../" id="bannerLeft"><img 
src="../images/helix-logo.jpg" alt='"''"' /></a>
+                                       <p class="lead">A cluster management 
framework for partitioned and replicated distributed resources</p>
                                </div>
                                <div class="pull-right">
-                                       <a href="http://www.apache.org/"; 
id="bannerRight"><img src="" alt='"''"' /></a>
+                                       <a href="http://www.apache.org/"; 
id="bannerRight"><img src="../images/feather_small.gif" alt='"''"' /></a>
                                </div>
                        </div>
                </div>
                <div>
                        <ul class="breadcrumb">
-                               <li><a href="" title="Apache Helix">Apache 
Helix </a></li>
+                               <li><a href="../" title="Apache Helix">Apache 
Helix </a></li>
                                <li class="divider">/</li>
-                               <li><a href="" title="Release 1.0.2">Release 
1.0.2 </a></li>
+                               <li><a href="./" title="Release 1.0.2">Release 
1.0.2 </a></li>
                                <li class="divider">/</li>
                                <li>Dependency Information</li>
-                               <li class="publishDate version-date 
pull-right">Last Published: 2022-04-15</li>
+                               <li class="publishDate version-date 
pull-right">Last Published: 2021-11-21</li>
                        </ul>
                </div>
        </header>
@@ -107,7 +118,70 @@
        <div class="row">
                <div class="span12">
                        <div class="body-content">
-$bodyWithHeader
+<div class="section"> 
+ <div class="page-header">
+  <h2 id="Dependency_Information">Dependency Information</h2>
+ </div> 
+ <a name="Dependency_Information"></a> 
+ <div class="section"> 
+  <h3 id="Apache_Maven">Apache Maven</h3> 
+  <a name="Apache_Maven"></a> 
+  <div class="source"> 
+   <pre>&lt;dependency&gt;
+  &lt;groupId&gt;org.apache.helix&lt;/groupId&gt;
+  &lt;artifactId&gt;1.0.2-docs&lt;/artifactId&gt;
+  &lt;version&gt;1.0.3-SNAPSHOT&lt;/version&gt;
+  &lt;type&gt;bundle&lt;/type&gt;
+&lt;/dependency&gt;</pre> 
+  </div> 
+ </div> 
+ <div class="section"> 
+  <h3 id="Apache_Buildr">Apache Buildr</h3> 
+  <a name="Apache_Buildr"></a> 
+  <div class="source"> 
+   <pre>'org.apache.helix:1.0.2-docs:bundle:1.0.3-SNAPSHOT'</pre> 
+  </div> 
+ </div> 
+ <div class="section"> 
+  <h3 id="Apache_Ivy">Apache Ivy</h3> 
+  <a name="Apache_Ivy"></a> 
+  <div class="source"> 
+   <pre>&lt;dependency org=&quot;org.apache.helix&quot; 
name=&quot;1.0.2-docs&quot; rev=&quot;1.0.3-SNAPSHOT&quot;&gt;
+  &lt;artifact name=&quot;1.0.2-docs&quot; type=&quot;bundle&quot; /&gt;
+&lt;/dependency&gt;</pre> 
+  </div> 
+ </div> 
+ <div class="section"> 
+  <h3 id="Groovy_Grape">Groovy Grape</h3> 
+  <a name="Groovy_Grape"></a> 
+  <div class="source"> 
+   <pre>@Grapes(
+@Grab(group='org.apache.helix', module='1.0.2-docs', version='1.0.3-SNAPSHOT')
+)</pre> 
+  </div> 
+ </div> 
+ <div class="section"> 
+  <h3 id="GradleGrails">Gradle/Grails</h3> 
+  <a name="GradleGrails"></a> 
+  <div class="source"> 
+   <pre>compile 'org.apache.helix:1.0.2-docs:1.0.3-SNAPSHOT'</pre> 
+  </div> 
+ </div> 
+ <div class="section"> 
+  <h3 id="Scala_SBT">Scala SBT</h3> 
+  <a name="Scala_SBT"></a> 
+  <div class="source"> 
+   <pre>libraryDependencies += &quot;org.apache.helix&quot; % 
&quot;1.0.2-docs&quot; % &quot;1.0.3-SNAPSHOT&quot;</pre> 
+  </div> 
+ </div> 
+ <div class="section"> 
+  <h3 id="Leiningen">Leiningen</h3> 
+  <a name="Leiningen"></a> 
+  <div class="source"> 
+   <pre>[org.apache.helix/1.0.2-docs &quot;1.0.3-SNAPSHOT&quot;]</pre> 
+  </div> 
+ </div> 
+</div>
                        </div>
                </div>
        </div>
@@ -120,43 +194,51 @@ $bodyWithHeader
        <footer class="well">
                <div class="container">
                        <div class="row">
-                               <div class="span9 bottom-nav">
+                               <div class="span3 bottom-nav">
                                        <ul class="nav nav-list">
                                                <li class="nav-header">Get 
Helix</li>
-                                               <li class="active">
-                                                       <a href="#" 
title="Download">Download </a>
+                                               <li>
+                                                       <a href="download.html" 
title="Download">Download </a>
                                                </li>
-                                               <li class="active">
-                                                       <a href="#" 
title="Building">Building </a>
+                                               <li>
+                                                       <a href="Building.html" 
title="Building">Building </a>
                                                </li>
-                                               <li class="active">
-                                                       <a href="#" 
title="Release Notes">Release Notes </a>
+                                               <li>
+                                                       <a 
href="releasenotes/release-1.0.2.html" title="Release Notes">Release Notes </a>
                                                </li>
+                                       </ul>
+                               </div>
+                               <div class="span3 bottom-nav">
+                                       <ul class="nav nav-list">
                                                <li 
class="nav-header">Hands-On</li>
-                                               <li class="active">
-                                                       <a href="#" 
title="Quick Start">Quick Start </a>
+                                               <li>
+                                                       <a 
href="Quickstart.html" title="Quick Start">Quick Start </a>
                                                </li>
-                                               <li class="active">
-                                                       <a href="#" 
title="Tutorial">Tutorial </a>
+                                               <li>
+                                                       <a href="Tutorial.html" 
title="Tutorial">Tutorial </a>
                                                </li>
-                                               <li class="active">
-                                                       <a href="#" 
title="Javadocs">Javadocs </a>
+                                               <li>
+                                                       <a 
href="../javadocs/1.0.2" title="Javadocs">Javadocs </a>
                                                </li>
+                                       </ul>
+                               </div>
+                               <div class="span3 bottom-nav">
+                                       <ul class="nav nav-list">
                                                <li 
class="nav-header">Recipes</li>
-                                               <li class="active">
-                                                       <a href="#" 
title="Distributed lock manager">Distributed lock manager </a>
+                                               <li>
+                                                       <a 
href="recipes/lock_manager.html" title="Distributed lock manager">Distributed 
lock manager </a>
                                                </li>
-                                               <li class="active">
-                                                       <a href="#" 
title="Rabbit MQ consumer group">Rabbit MQ consumer group </a>
+                                               <li>
+                                                       <a 
href="recipes/rabbitmq_consumer_group.html" title="Rabbit MQ consumer 
group">Rabbit MQ consumer group </a>
                                                </li>
-                                               <li class="active">
-                                                       <a href="#" 
title="Rsync replicated file store">Rsync replicated file store </a>
+                                               <li>
+                                                       <a 
href="recipes/rsync_replicated_file_store.html" title="Rsync replicated file 
store">Rsync replicated file store </a>
                                                </li>
-                                               <li class="active">
-                                                       <a href="#" 
title="Service discovery">Service discovery </a>
+                                               <li>
+                                                       <a 
href="recipes/service_discovery.html" title="Service discovery">Service 
discovery </a>
                                                </li>
-                                               <li class="active">
-                                                       <a href="#" 
title="Distributed task DAG execution">Distributed task DAG execution </a>
+                                               <li>
+                                                       <a 
href="recipes/task_dag_execution.html" title="Distributed task DAG 
execution">Distributed task DAG execution </a>
                                                </li>
                                        </ul>
                                </div>
@@ -168,9 +250,14 @@ $bodyWithHeader
                <div class="row">
                        <div class="span12">
                                <p class="pull-right"><a href="#">Back to 
top</a></p>
-                               <p class="copyright">Copyright &copy;2022 <a 
href="https://www.apache.org/";>The Apache Software Foundation</a>. All Rights 
Reserved.</p>
+                               <p class="copyright">Copyright &copy;2021 <a 
href="https://www.apache.org/";>The Apache Software Foundation</a>. All Rights 
Reserved.</p>
                                <p><a 
href="http://github.com/andriusvelykis/reflow-maven-skin"; title="Reflow Maven 
skin">Reflow Maven skin</a> by <a href="http://andrius.velykis.lt"; 
target="_blank" title="Andrius Velykis">Andrius Velykis</a>.</p>
-                                       </div>
+               
+<div class="row span16">
+  <div>Apache Helix, Apache, the Apache feather logo, and the Apache Helix 
project logos are trademarks of The Apache Software Foundation.
+        All other marks mentioned may be trademarks or registered trademarks 
of their respective owners.</div>
+  <a href="http://helix.apache.org/1.0.2-docs/privacy-policy.html";>Privacy 
Policy</a>
+</div>                 </div>
                </div>
        </div>
 
@@ -188,7 +275,7 @@ $bodyWithHeader
                }
        </script>
        
-       <script 
src="http://netdna.bootstrapcdn.com/twitter-bootstrap/2.2.2/js/bootstrap.min.js";></script>
+       <script src="./js/bootstrap.min.js"></script>
        <script src="./js/lightbox.js"></script>
        <script src="./js/jquery.smooth-scroll.min.js"></script>
        <!-- back button support for smooth scroll -->

Modified: helix/site-content/1.0.2-docs/dependency-management.html
URL: 
http://svn.apache.org/viewvc/helix/site-content/1.0.2-docs/dependency-management.html?rev=1899879&r1=1899878&r2=1899879&view=diff
==============================================================================
--- helix/site-content/1.0.2-docs/dependency-management.html (original)
+++ helix/site-content/1.0.2-docs/dependency-management.html Fri Apr 15 
07:06:37 2022
@@ -1,20 +1,20 @@
 
 <!DOCTYPE html>
 <!--
- Generated by Apache Maven Doxia at 2022-04-15
+ Generated by Apache Maven Doxia at 2021-11-21
  Rendered using Maven Reflow Skin 1.0.0 
(http://andriusvelykis.github.com/reflow-maven-skin)
 -->
 <html  xml:lang="en" lang="en">
 
        <head>
                <meta charset="UTF-8" />
-               <title>Apache Helix &#x2013; Project Dependency 
Management</title>
+               <title>Apache Helix - Project Dependency Management</title>
                <meta name="viewport" content="width=device-width, 
initial-scale=1.0" />
                <meta name="description" content="" />
                <meta http-equiv="content-language" content="en" />
 
-               <link 
href="http://netdna.bootstrapcdn.com/twitter-bootstrap/2.2.2/css/bootstrap.min.css";
 rel="stylesheet" />
-               <link 
href="http://netdna.bootstrapcdn.com/twitter-bootstrap/2.2.2/css/bootstrap-responsive.min.css";
 rel="stylesheet" />
+               <link href="./css/bootstrap.min.css" rel="stylesheet" />
+               <link href="./css/bootstrap-responsive.min.css" 
rel="stylesheet" />
                <link href="./css/docs.css" rel="stylesheet" />
                <link href="./css/reflow-skin.css" rel="stylesheet" />
                
@@ -29,9 +29,18 @@
                        <script 
src="http://html5shim.googlecode.com/svn/trunk/html5.js";></script>
                <![endif]-->
                
+<script type="text/javascript">var _gaq = _gaq || [];
+        _gaq.push(['_setAccount', 'UA-3211522-12']);
+        _gaq.push(['_trackPageview']);
+
+        (function() {
+        var ga = document.createElement('script'); ga.type = 
'text/javascript'; ga.async = true;
+        ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 
'http://www') + '.google-analytics.com/ga.js';
+        var s = document.getElementsByTagName('script')[0]; 
s.parentNode.insertBefore(ga, s);
+        })();</script>
        </head>
 
-       <body class="page-$config.fileId project-$config.projectId" 
data-spy="scroll" data-offset="60" data-target="#toc-scroll-target">
+       <body class="page-dependency-management project-102-docs" 
data-spy="scroll" data-offset="60" data-target="#toc-scroll-target">
 
                <div class="navbar navbar-fixed-top">
                        <div class="navbar-inner">
@@ -41,33 +50,34 @@
                                                <span class="icon-bar"></span>
                                                <span class="icon-bar"></span>
                                        </a>
+                                       <a class="brand" href="..">Apache 
Helix</a>
                                        <div class="nav-collapse">
                                                <ul class="nav pull-right">
-                                                       <li class="active"><a 
href="" title="Helix 1.0.2">Helix 1.0.2 </a></li>
-                                                       <li class="dropdown 
active">
+                                                       <li><a 
href="index.html" title="Helix 1.0.2">Helix 1.0.2 </a></li>
+                                                       <li class="dropdown">
                                                                <a href="#" 
class="dropdown-toggle" data-toggle="dropdown">Get Helix <b 
class="caret"></b></a>
                                                                <ul 
class="dropdown-menu">
-                                                                       <li 
class="active"><a href="" title="Download">Download </a></li>
-                                                                       <li 
class="active"><a href="" title="Building">Building </a></li>
-                                                                       <li 
class="active"><a href="" title="Release Notes">Release Notes </a></li>
+                                                                       <li><a 
href="download.html" title="Download">Download </a></li>
+                                                                       <li><a 
href="Building.html" title="Building">Building </a></li>
+                                                                       <li><a 
href="releasenotes/release-1.0.2.html" title="Release Notes">Release Notes 
</a></li>
                                                                </ul>
                                                        </li>
-                                                       <li class="dropdown 
active">
+                                                       <li class="dropdown">
                                                                <a href="#" 
class="dropdown-toggle" data-toggle="dropdown">Hands-On <b 
class="caret"></b></a>
                                                                <ul 
class="dropdown-menu">
-                                                                       <li 
class="active"><a href="" title="Quick Start">Quick Start </a></li>
-                                                                       <li 
class="active"><a href="" title="Tutorial">Tutorial </a></li>
-                                                                       <li 
class="active"><a href="" title="Javadocs">Javadocs </a></li>
+                                                                       <li><a 
href="Quickstart.html" title="Quick Start">Quick Start </a></li>
+                                                                       <li><a 
href="Tutorial.html" title="Tutorial">Tutorial </a></li>
+                                                                       <li><a 
href="../javadocs/1.0.2" title="Javadocs">Javadocs </a></li>
                                                                </ul>
                                                        </li>
-                                                       <li class="dropdown 
active">
+                                                       <li class="dropdown">
                                                                <a href="#" 
class="dropdown-toggle" data-toggle="dropdown">Recipes <b class="caret"></b></a>
                                                                <ul 
class="dropdown-menu">
-                                                                       <li 
class="active"><a href="" title="Distributed lock manager">Distributed lock 
manager </a></li>
-                                                                       <li 
class="active"><a href="" title="Rabbit MQ consumer group">Rabbit MQ consumer 
group </a></li>
-                                                                       <li 
class="active"><a href="" title="Rsync replicated file store">Rsync replicated 
file store </a></li>
-                                                                       <li 
class="active"><a href="" title="Service discovery">Service discovery </a></li>
-                                                                       <li 
class="active"><a href="" title="Distributed task DAG execution">Distributed 
task DAG execution </a></li>
+                                                                       <li><a 
href="recipes/lock_manager.html" title="Distributed lock manager">Distributed 
lock manager </a></li>
+                                                                       <li><a 
href="recipes/rabbitmq_consumer_group.html" title="Rabbit MQ consumer 
group">Rabbit MQ consumer group </a></li>
+                                                                       <li><a 
href="recipes/rsync_replicated_file_store.html" title="Rsync replicated file 
store">Rsync replicated file store </a></li>
+                                                                       <li><a 
href="recipes/service_discovery.html" title="Service discovery">Service 
discovery </a></li>
+                                                                       <li><a 
href="recipes/task_dag_execution.html" title="Distributed task DAG 
execution">Distributed task DAG execution </a></li>
                                                                </ul>
                                                        </li>
                                                </ul>
@@ -84,21 +94,22 @@
                <div class="row" id="banner">
                        <div class="span12">
                                <div class="pull-left">
-                                       <a href="" id="bannerLeft"><img src="" 
alt='"''"' /></a>
+                                       <a href="../" id="bannerLeft"><img 
src="../images/helix-logo.jpg" alt='"''"' /></a>
+                                       <p class="lead">A cluster management 
framework for partitioned and replicated distributed resources</p>
                                </div>
                                <div class="pull-right">
-                                       <a href="http://www.apache.org/"; 
id="bannerRight"><img src="" alt='"''"' /></a>
+                                       <a href="http://www.apache.org/"; 
id="bannerRight"><img src="../images/feather_small.gif" alt='"''"' /></a>
                                </div>
                        </div>
                </div>
                <div>
                        <ul class="breadcrumb">
-                               <li><a href="" title="Apache Helix">Apache 
Helix </a></li>
+                               <li><a href="../" title="Apache Helix">Apache 
Helix </a></li>
                                <li class="divider">/</li>
-                               <li><a href="" title="Release 1.0.2">Release 
1.0.2 </a></li>
+                               <li><a href="./" title="Release 1.0.2">Release 
1.0.2 </a></li>
                                <li class="divider">/</li>
                                <li>Project Dependency Management</li>
-                               <li class="publishDate version-date 
pull-right">Last Published: 2022-04-15</li>
+                               <li class="publishDate version-date 
pull-right">Last Published: 2021-11-21</li>
                        </ul>
                </div>
        </header>
@@ -107,7 +118,118 @@
        <div class="row">
                <div class="span12">
                        <div class="body-content">
-$bodyWithHeader
+<div class="section"> 
+ <div class="page-header">
+  <h2 id="Project_Dependency_Management">Project Dependency Management</h2>
+ </div> 
+ <a name="Project_Dependency_Management"></a> 
+ <div class="section"> 
+  <h3 id="compile">compile</h3> 
+  <a name="compile"></a> 
+  <p>The following is a list of compile dependencies in the 
DependencyManagement of this project. These dependencies can be included in the 
submodules to compile and run the submodule:</p> 
+  <table border="0" class="bodyTable table table-striped table-hover"> 
+   <thead> 
+    <tr class="a"> 
+     <th>GroupId</th> 
+     <th>ArtifactId</th> 
+     <th>Version</th> 
+     <th>Type</th> 
+     <th>License</th> 
+    </tr> 
+   </thead> 
+   <tbody> 
+    <tr class="b"> 
+     <td>org.apache.helix</td> 
+     <td><a class="externalLink" 
href="http://helix.apache.org/helix-core";>helix-core</a></td> 
+     <td>1.0.3-SNAPSHOT</td> 
+     <td>jar</td> 
+     <td><a class="externalLink" 
href="https://www.apache.org/licenses/LICENSE-2.0.txt";>Apache License, Version 
2.0</a></td> 
+    </tr> 
+    <tr class="a"> 
+     <td>org.apache.helix</td> 
+     <td><a class="externalLink" 
href="http://helix.apache.org/helix-core";>helix-core</a></td> 
+     <td>1.0.3-SNAPSHOT</td> 
+     <td>test-jar</td> 
+     <td><a class="externalLink" 
href="https://www.apache.org/licenses/LICENSE-2.0.txt";>Apache License, Version 
2.0</a></td> 
+    </tr> 
+    <tr class="b"> 
+     <td>org.eclipse.jetty</td> 
+     <td><a class="externalLink" 
href="http://www.eclipse.org/jetty/jetty-server";>jetty-server</a></td> 
+     <td>8.1.8.v20121106</td> 
+     <td>jar</td> 
+     <td><a class="externalLink" 
href="http://www.apache.org/licenses/LICENSE-2.0";>Apache Software License - 
Version 2.0</a>, <a class="externalLink" 
href="http://www.eclipse.org/org/documents/epl-v10.php";>Eclipse Public License 
- Version 1.0</a></td> 
+    </tr> 
+    <tr class="a"> 
+     <td>org.mockito</td> 
+     <td><a class="externalLink" 
href="https://github.com/mockito/mockito";>mockito-core</a></td> 
+     <td>3.12.4</td> 
+     <td>jar</td> 
+     <td><a class="externalLink" 
href="https://github.com/mockito/mockito/blob/main/LICENSE";>The MIT 
License</a></td> 
+    </tr> 
+    <tr class="b"> 
+     <td>org.restlet.jse</td> 
+     <td><a class="externalLink" 
href="http://restlet.org/org.restlet";>org.restlet</a></td> 
+     <td>2.3.12</td> 
+     <td>jar</td> 
+     <td><a class="externalLink" 
href="http://www.opensource.org/licenses/apache-2.0";>Apache 2.0 license</a>, <a 
class="externalLink" href="http://www.opensource.org/licenses/lgpl-3.0";>LGPL 
3.0 license</a>, <a class="externalLink" 
href="http://www.opensource.org/licenses/lgpl-2.1";>LGPL 2.1 license</a>, <a 
class="externalLink" href="http://www.opensource.org/licenses/cddl1";>CDDL 1.0 
license</a>, <a class="externalLink" 
href="http://www.opensource.org/licenses/eclipse-1.0";>EPL 1.0 license</a></td> 
+    </tr> 
+    <tr class="a"> 
+     <td>org.restlet.jse</td> 
+     <td><a class="externalLink" 
href="http://restlet.org/org.restlet.ext.jetty";>org.restlet.ext.jetty</a></td> 
+     <td>2.3.12</td> 
+     <td>jar</td> 
+     <td><a class="externalLink" 
href="http://www.opensource.org/licenses/apache-2.0";>Apache 2.0 license</a>, <a 
class="externalLink" href="http://www.opensource.org/licenses/lgpl-3.0";>LGPL 
3.0 license</a>, <a class="externalLink" 
href="http://www.opensource.org/licenses/lgpl-2.1";>LGPL 2.1 license</a>, <a 
class="externalLink" href="http://www.opensource.org/licenses/cddl1";>CDDL 1.0 
license</a>, <a class="externalLink" 
href="http://www.opensource.org/licenses/eclipse-1.0";>EPL 1.0 license</a></td> 
+    </tr> 
+    <tr class="b"> 
+     <td>org.slf4j</td> 
+     <td><a class="externalLink" 
href="http://www.slf4j.org";>slf4j-api</a></td> 
+     <td>1.7.25</td> 
+     <td>jar</td> 
+     <td><a class="externalLink" 
href="http://www.opensource.org/licenses/mit-license.php";>MIT License</a></td> 
+    </tr> 
+    <tr class="a"> 
+     <td>org.slf4j</td> 
+     <td><a class="externalLink" 
href="http://www.slf4j.org";>slf4j-log4j12</a></td> 
+     <td>1.7.14</td> 
+     <td>jar</td> 
+     <td><a class="externalLink" 
href="http://www.opensource.org/licenses/mit-license.php";>MIT License</a></td> 
+    </tr> 
+    <tr class="b"> 
+     <td>org.testng</td> 
+     <td><a class="externalLink" href="http://testng.org";>testng</a></td> 
+     <td>6.0.1</td> 
+     <td>jar</td> 
+     <td><a class="externalLink" 
href="http://apache.org/licenses/LICENSE-2.0";>Apache License, Version 
2.0</a></td> 
+    </tr> 
+   </tbody> 
+  </table> 
+ </div> 
+ <div class="section"> 
+  <h3 id="test">test</h3> 
+  <a name="test"></a> 
+  <p>The following is a list of test dependencies in the DependencyManagement 
of this project. These dependencies can be included in the submodules to 
compile and run unit tests for the submodule:</p> 
+  <table border="0" class="bodyTable table table-striped table-hover"> 
+   <thead> 
+    <tr class="a"> 
+     <th>GroupId</th> 
+     <th>ArtifactId</th> 
+     <th>Version</th> 
+     <th>Type</th> 
+     <th>License</th> 
+    </tr> 
+   </thead> 
+   <tbody> 
+    <tr class="b"> 
+     <td>junit</td> 
+     <td><a class="externalLink" href="http://junit.org";>junit</a></td> 
+     <td>4.11</td> 
+     <td>jar</td> 
+     <td><a class="externalLink" 
href="http://www.opensource.org/licenses/cpl1.0.txt";>Common Public License 
Version 1.0</a></td> 
+    </tr> 
+   </tbody> 
+  </table> 
+ </div> 
+</div>
                        </div>
                </div>
        </div>
@@ -120,43 +242,51 @@ $bodyWithHeader
        <footer class="well">
                <div class="container">
                        <div class="row">
-                               <div class="span9 bottom-nav">
+                               <div class="span3 bottom-nav">
                                        <ul class="nav nav-list">
                                                <li class="nav-header">Get 
Helix</li>
-                                               <li class="active">
-                                                       <a href="#" 
title="Download">Download </a>
+                                               <li>
+                                                       <a href="download.html" 
title="Download">Download </a>
                                                </li>
-                                               <li class="active">
-                                                       <a href="#" 
title="Building">Building </a>
+                                               <li>
+                                                       <a href="Building.html" 
title="Building">Building </a>
                                                </li>
-                                               <li class="active">
-                                                       <a href="#" 
title="Release Notes">Release Notes </a>
+                                               <li>
+                                                       <a 
href="releasenotes/release-1.0.2.html" title="Release Notes">Release Notes </a>
                                                </li>
+                                       </ul>
+                               </div>
+                               <div class="span3 bottom-nav">
+                                       <ul class="nav nav-list">
                                                <li 
class="nav-header">Hands-On</li>
-                                               <li class="active">
-                                                       <a href="#" 
title="Quick Start">Quick Start </a>
+                                               <li>
+                                                       <a 
href="Quickstart.html" title="Quick Start">Quick Start </a>
                                                </li>
-                                               <li class="active">
-                                                       <a href="#" 
title="Tutorial">Tutorial </a>
+                                               <li>
+                                                       <a href="Tutorial.html" 
title="Tutorial">Tutorial </a>
                                                </li>
-                                               <li class="active">
-                                                       <a href="#" 
title="Javadocs">Javadocs </a>
+                                               <li>
+                                                       <a 
href="../javadocs/1.0.2" title="Javadocs">Javadocs </a>
                                                </li>
+                                       </ul>
+                               </div>
+                               <div class="span3 bottom-nav">
+                                       <ul class="nav nav-list">
                                                <li 
class="nav-header">Recipes</li>
-                                               <li class="active">
-                                                       <a href="#" 
title="Distributed lock manager">Distributed lock manager </a>
+                                               <li>
+                                                       <a 
href="recipes/lock_manager.html" title="Distributed lock manager">Distributed 
lock manager </a>
                                                </li>
-                                               <li class="active">
-                                                       <a href="#" 
title="Rabbit MQ consumer group">Rabbit MQ consumer group </a>
+                                               <li>
+                                                       <a 
href="recipes/rabbitmq_consumer_group.html" title="Rabbit MQ consumer 
group">Rabbit MQ consumer group </a>
                                                </li>
-                                               <li class="active">
-                                                       <a href="#" 
title="Rsync replicated file store">Rsync replicated file store </a>
+                                               <li>
+                                                       <a 
href="recipes/rsync_replicated_file_store.html" title="Rsync replicated file 
store">Rsync replicated file store </a>
                                                </li>
-                                               <li class="active">
-                                                       <a href="#" 
title="Service discovery">Service discovery </a>
+                                               <li>
+                                                       <a 
href="recipes/service_discovery.html" title="Service discovery">Service 
discovery </a>
                                                </li>
-                                               <li class="active">
-                                                       <a href="#" 
title="Distributed task DAG execution">Distributed task DAG execution </a>
+                                               <li>
+                                                       <a 
href="recipes/task_dag_execution.html" title="Distributed task DAG 
execution">Distributed task DAG execution </a>
                                                </li>
                                        </ul>
                                </div>
@@ -168,9 +298,14 @@ $bodyWithHeader
                <div class="row">
                        <div class="span12">
                                <p class="pull-right"><a href="#">Back to 
top</a></p>
-                               <p class="copyright">Copyright &copy;2022 <a 
href="https://www.apache.org/";>The Apache Software Foundation</a>. All Rights 
Reserved.</p>
+                               <p class="copyright">Copyright &copy;2021 <a 
href="https://www.apache.org/";>The Apache Software Foundation</a>. All Rights 
Reserved.</p>
                                <p><a 
href="http://github.com/andriusvelykis/reflow-maven-skin"; title="Reflow Maven 
skin">Reflow Maven skin</a> by <a href="http://andrius.velykis.lt"; 
target="_blank" title="Andrius Velykis">Andrius Velykis</a>.</p>
-                                       </div>
+               
+<div class="row span16">
+  <div>Apache Helix, Apache, the Apache feather logo, and the Apache Helix 
project logos are trademarks of The Apache Software Foundation.
+        All other marks mentioned may be trademarks or registered trademarks 
of their respective owners.</div>
+  <a href="http://helix.apache.org/1.0.2-docs/privacy-policy.html";>Privacy 
Policy</a>
+</div>                 </div>
                </div>
        </div>
 
@@ -188,7 +323,7 @@ $bodyWithHeader
                }
        </script>
        
-       <script 
src="http://netdna.bootstrapcdn.com/twitter-bootstrap/2.2.2/js/bootstrap.min.js";></script>
+       <script src="./js/bootstrap.min.js"></script>
        <script src="./js/lightbox.js"></script>
        <script src="./js/jquery.smooth-scroll.min.js"></script>
        <!-- back button support for smooth scroll -->

Modified: helix/site-content/1.0.2-docs/design_crushed.html
URL: 
http://svn.apache.org/viewvc/helix/site-content/1.0.2-docs/design_crushed.html?rev=1899879&r1=1899878&r2=1899879&view=diff
==============================================================================
--- helix/site-content/1.0.2-docs/design_crushed.html (original)
+++ helix/site-content/1.0.2-docs/design_crushed.html Fri Apr 15 07:06:37 2022
@@ -1,20 +1,20 @@
 
 <!DOCTYPE html>
 <!--
- Generated by Apache Maven Doxia at 2022-04-15
+ Generated by Apache Maven Doxia at 2021-11-21
  Rendered using Maven Reflow Skin 1.0.0 
(http://andriusvelykis.github.com/reflow-maven-skin)
 -->
 <html  xml:lang="en" lang="en">
 
        <head>
                <meta charset="UTF-8" />
-               <title>Apache Helix &#x2013; CrushED (Crush-based rebalancer 
with Even Distribution)</title>
+               <title>Apache Helix - CrushED (Crush-based rebalancer with Even 
Distribution)</title>
                <meta name="viewport" content="width=device-width, 
initial-scale=1.0" />
                <meta name="description" content="" />
                <meta http-equiv="content-language" content="en" />
 
-               <link 
href="http://netdna.bootstrapcdn.com/twitter-bootstrap/2.2.2/css/bootstrap.min.css";
 rel="stylesheet" />
-               <link 
href="http://netdna.bootstrapcdn.com/twitter-bootstrap/2.2.2/css/bootstrap-responsive.min.css";
 rel="stylesheet" />
+               <link href="./css/bootstrap.min.css" rel="stylesheet" />
+               <link href="./css/bootstrap-responsive.min.css" 
rel="stylesheet" />
                <link href="./css/docs.css" rel="stylesheet" />
                <link href="./css/reflow-skin.css" rel="stylesheet" />
                
@@ -29,9 +29,18 @@
                        <script 
src="http://html5shim.googlecode.com/svn/trunk/html5.js";></script>
                <![endif]-->
                
+<script type="text/javascript">var _gaq = _gaq || [];
+        _gaq.push(['_setAccount', 'UA-3211522-12']);
+        _gaq.push(['_trackPageview']);
+
+        (function() {
+        var ga = document.createElement('script'); ga.type = 
'text/javascript'; ga.async = true;
+        ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 
'http://www') + '.google-analytics.com/ga.js';
+        var s = document.getElementsByTagName('script')[0]; 
s.parentNode.insertBefore(ga, s);
+        })();</script>
        </head>
 
-       <body class="page-$config.fileId project-$config.projectId" 
data-spy="scroll" data-offset="60" data-target="#toc-scroll-target">
+       <body class="page-design_crushed project-102-docs" data-spy="scroll" 
data-offset="60" data-target="#toc-scroll-target">
 
                <div class="navbar navbar-fixed-top">
                        <div class="navbar-inner">
@@ -41,33 +50,34 @@
                                                <span class="icon-bar"></span>
                                                <span class="icon-bar"></span>
                                        </a>
+                                       <a class="brand" href="..">Apache 
Helix</a>
                                        <div class="nav-collapse">
                                                <ul class="nav pull-right">
-                                                       <li class="active"><a 
href="" title="Helix 1.0.2">Helix 1.0.2 </a></li>
-                                                       <li class="dropdown 
active">
+                                                       <li><a 
href="index.html" title="Helix 1.0.2">Helix 1.0.2 </a></li>
+                                                       <li class="dropdown">
                                                                <a href="#" 
class="dropdown-toggle" data-toggle="dropdown">Get Helix <b 
class="caret"></b></a>
                                                                <ul 
class="dropdown-menu">
-                                                                       <li 
class="active"><a href="" title="Download">Download </a></li>
-                                                                       <li 
class="active"><a href="" title="Building">Building </a></li>
-                                                                       <li 
class="active"><a href="" title="Release Notes">Release Notes </a></li>
+                                                                       <li><a 
href="download.html" title="Download">Download </a></li>
+                                                                       <li><a 
href="Building.html" title="Building">Building </a></li>
+                                                                       <li><a 
href="releasenotes/release-1.0.2.html" title="Release Notes">Release Notes 
</a></li>
                                                                </ul>
                                                        </li>
-                                                       <li class="dropdown 
active">
+                                                       <li class="dropdown">
                                                                <a href="#" 
class="dropdown-toggle" data-toggle="dropdown">Hands-On <b 
class="caret"></b></a>
                                                                <ul 
class="dropdown-menu">
-                                                                       <li 
class="active"><a href="" title="Quick Start">Quick Start </a></li>
-                                                                       <li 
class="active"><a href="" title="Tutorial">Tutorial </a></li>
-                                                                       <li 
class="active"><a href="" title="Javadocs">Javadocs </a></li>
+                                                                       <li><a 
href="Quickstart.html" title="Quick Start">Quick Start </a></li>
+                                                                       <li><a 
href="Tutorial.html" title="Tutorial">Tutorial </a></li>
+                                                                       <li><a 
href="../javadocs/1.0.2" title="Javadocs">Javadocs </a></li>
                                                                </ul>
                                                        </li>
-                                                       <li class="dropdown 
active">
+                                                       <li class="dropdown">
                                                                <a href="#" 
class="dropdown-toggle" data-toggle="dropdown">Recipes <b class="caret"></b></a>
                                                                <ul 
class="dropdown-menu">
-                                                                       <li 
class="active"><a href="" title="Distributed lock manager">Distributed lock 
manager </a></li>
-                                                                       <li 
class="active"><a href="" title="Rabbit MQ consumer group">Rabbit MQ consumer 
group </a></li>
-                                                                       <li 
class="active"><a href="" title="Rsync replicated file store">Rsync replicated 
file store </a></li>
-                                                                       <li 
class="active"><a href="" title="Service discovery">Service discovery </a></li>
-                                                                       <li 
class="active"><a href="" title="Distributed task DAG execution">Distributed 
task DAG execution </a></li>
+                                                                       <li><a 
href="recipes/lock_manager.html" title="Distributed lock manager">Distributed 
lock manager </a></li>
+                                                                       <li><a 
href="recipes/rabbitmq_consumer_group.html" title="Rabbit MQ consumer 
group">Rabbit MQ consumer group </a></li>
+                                                                       <li><a 
href="recipes/rsync_replicated_file_store.html" title="Rsync replicated file 
store">Rsync replicated file store </a></li>
+                                                                       <li><a 
href="recipes/service_discovery.html" title="Service discovery">Service 
discovery </a></li>
+                                                                       <li><a 
href="recipes/task_dag_execution.html" title="Distributed task DAG 
execution">Distributed task DAG execution </a></li>
                                                                </ul>
                                                        </li>
                                                </ul>
@@ -84,21 +94,22 @@
                <div class="row" id="banner">
                        <div class="span12">
                                <div class="pull-left">
-                                       <a href="" id="bannerLeft"><img src="" 
alt='"''"' /></a>
+                                       <a href="../" id="bannerLeft"><img 
src="../images/helix-logo.jpg" alt='"''"' /></a>
+                                       <p class="lead">A cluster management 
framework for partitioned and replicated distributed resources</p>
                                </div>
                                <div class="pull-right">
-                                       <a href="http://www.apache.org/"; 
id="bannerRight"><img src="" alt='"''"' /></a>
+                                       <a href="http://www.apache.org/"; 
id="bannerRight"><img src="../images/feather_small.gif" alt='"''"' /></a>
                                </div>
                        </div>
                </div>
                <div>
                        <ul class="breadcrumb">
-                               <li><a href="" title="Apache Helix">Apache 
Helix </a></li>
+                               <li><a href="../" title="Apache Helix">Apache 
Helix </a></li>
                                <li class="divider">/</li>
-                               <li><a href="" title="Release 1.0.2">Release 
1.0.2 </a></li>
+                               <li><a href="./" title="Release 1.0.2">Release 
1.0.2 </a></li>
                                <li class="divider">/</li>
                                <li>CrushED (Crush-based rebalancer with Even 
Distribution)</li>
-                               <li class="publishDate version-date 
pull-right">Last Published: 2022-04-15</li>
+                               <li class="publishDate version-date 
pull-right">Last Published: 2021-11-21</li>
                        </ul>
                </div>
        </header>
@@ -107,7 +118,142 @@
        <div class="row">
                <div class="span12">
                        <div class="body-content">
-$bodyWithHeader
+<div class="page-header">
+ <h1>CrushED (Crush-based rebalancer with Even Distribution)</h1>
+</div> 
+<div class="section"> 
+ <h2 id="Overview">Overview</h2> 
+ <p>Helix provides AutoRebalanceStrategy which is based on card dealing 
strategy. This strategy takes the current mapping as an input, and computes new 
mappings only for the partitions that need to be moved. This provides minimum 
partition movement, but the mapping is not deterministic, and moreover, 
fault-zone aware mapping (i.e. rack-aware partitioning) is not possible. </p> 
+ <p>CRUSH-based partitioning scheme was implemented to provide fault-zone 
aware mapping and deterministic partition assignment. CrushRebalanceStrategy 
(and MultiRoundCrushRebalanceStrategy)&nbsp;algorithm uses pseudo-random 
partition placement to ensure consistent partition distribution. As the number 
of placed items (i.e partitions) approaches infinity, the distribution will be 
perfectly uniform. However, with a small number of placed items, especially for 
resources (i.e. databases) with a small number of partitions, the placement 
algorithm may result in fairly uneven partition distribution. </p> 
+ <p>We want to provide a new rebalance strategy that provides a deterministic 
and fault-zone aware mapping while providing even partition distribution in all 
cases. In this document, we propose a hybrid algorithm that uses CRUSH, card 
dealing strategy, and consistent hashing to ensure both&nbsp;even distribution 
and minimal partition movement (while cluster topology remains the same). We 
call it CrushED (Crush w/ Even Distribution). Compared to CRUSH, CrushED 
results in a much more uniform distribution and minimal partition movements as 
long as topology remains the same, at the cost of additional run time 
computation. </p> 
+</div> 
+<div class="section"> 
+ <h2 id="Design">Design</h2> 
+ <p>In addition to what we already achieved in CrushRebalanceStrategy, we have 
2 high level goals :</p> 
+ <ol style="list-style-type: decimal"> 
+  <li>Even distribution.</li> 
+  <li>Minimize partition movements when instances go up/down.</li> 
+ </ol> 
+ <p>CrushRebalanceStrategy has very small movement count, but the distribution 
is not optimal. MultiRoundCrushRebalanceStrategy was designed to solve this 
problem by running CRUSH multiple times on partition assignments that 
contribute to uneven mapping. However, due to potentially high number of 
rounds, computation cost is high, we observed significantly more partition 
movements when the cluster topology is changed.</p> 
+ <p>Since we have a good base strategy, CrushRebalanceStrategy, we built 
CrushEDRebalanceStrategy on top of it. Sample mapping of both strategies are as 
following. Note that blue parts remain unchanged before and after.</p> 
+ <p>Before (CRUSH)</p> 
+ <p><img src="images/design/crushed/before-using-crush.png" alt="Before 
(CRUSH)" /></p> 
+ <p>After (new strategy)</p> 
+ <p><img src="images/design/crushed/after-using-crushed.png" alt="After (new 
strategy)" /></p> 
+ <p>Since the problem is NP-hard. We are not expecting the best assignment. A 
greedy algorithm works good enough.<br />After we tried different designs, we 
found it’s hard to achieve both goals (even distribution and fewer movements) 
using a single strategy. So we decided to apply a hybrid algorithm that 
finishes the work step by step.</p> 
+ <p><b>Step 1, run CRUSH to get a base assignment.</b><br />The base 
assignment usually contains a certain number of uneven partitions(i.e. extra 
partitions above perfect distribution), so we need the following steps to 
re-distribute them.</p> 
+ <p><b>Step 2, run a card dealing algorithm on the uneven parts.</b><br 
/>Assign extra partitions to under-loaded nodes, using card dealing strategy. 
This algorithm is conceptually simple. The result ensures that all partitions 
are assigned to instances with minimum difference. When gauranteeing fault-zone 
safe assignment, our greedy algorithm may not be able to calculate possible 
results because of fault-zone conflict. </p> 
+ <p>Example of assignments after step 2,</p> 
+ <p><img src="images/design/crushed/example-cluster-partition-dist.png" 
alt="Example" /></p> 
+ <p><b>Step 3, Shuffle partitions’ preference lists.</b><br />State 
assignments (i.e. Master, Slave, Online, Offline, etc) are made according to 
preflist, ordered node. When using randomly ordered lists, State assignment is 
also random, and it may result in uneven state distribution. To resolve this 
issue, CrushED assigns scores to nodes as it computes pref list, to give all 
nodes equal chances in appearing at the top of the pref list. This operation 
results in a much more even state distribution.</p> 
+ <p>Example of master distribution before step 3,</p> 
+ <p><img src="images/design/crushed/example-cluster-master-dist.png" 
alt="Example" /></p> 
+ <p>Example of master distribution after step 3,</p> 
+ <p><img src="images/design/crushed/example-cluster-master-dist-after.png" 
alt="Example" /></p> 
+ <p><b>Step 4, re-calculate the assignment for the partitions on temporarily 
disabled nodes using a consistent hashing algorithm.</b><br />Consistent 
hashing ensures minimize partition movement.<br />Note that the first 3 steps 
are using full node list, regardless of disabled or offline nodes. So the 
assignment will be stable even the algorithm contains random factors such 
hashCode. Then step 4 ensures all the disabled nodes are handled correctly 
without causing huge partition movements.</p> 
+ <p>Pseudocode of above algorithm is as follows :</p> 
+ <p><b>Pseudo Code</b> </p> 
+ <div class="source"> 
+  <pre>// Round 1: Calculate mapping using the base strategy.
+// Note to use all nodes for minimizing the influence of live node changes.
+origPartitionMap = 
getBaseRebalanceStrategy().computePartitionAssignment(allNodes, clusterData);
+
+// Transform current assignment to instance-&gt;partitions map, and get total 
partitions
+nodeToPartitionMap = convertMap(origPartitionMap);
+
+// Round 2: Rebalance mapping using card dealing algorithm.
+Topology allNodeTopo = new Topology(allNodes, clusterData);
+cardDealer.computeMapping(allNodeTopo, nodeToPartitionMap);
+
+// Since states are assigned according to preference list order, shuffle 
preference list for even states distribution.
+shufflePreferenceList(nodeToPartitionMap);
+
+// Round 3: Re-mapping the partitions on non-live nodes using consistent 
hashing for reducing movement.
+// Consistent hashing ensures minimum movements when nodes are disabled 
unexpectedly.
+if (!liveNodes.containsAll(allNodes)) {
+  Topology liveNodeTopo = new Topology(liveNodes, clusterData);
+  hashPlacement.computeMapping(liveNodeTopo, nodeToPartitionMap);
+}
+
+if (!nodeToPartitionMap.isEmpty()) {
+  // Round 2 and 3 is done successfully
+  return convertMap(nodeToPartitionMap);
+} else {
+  return getBaseRebalanceStrategy().computePartitionAssignment(liveNodes, 
clusterData);
+}
+</pre> 
+ </div> 
+ <div class="section"> 
+  <h3 id="Maximum_uneven_partition_assignment_using_CrushED">Maximum uneven 
partition assignment using CrushED</h3> 
+  <p>Helix cluster typically manages 1 or more resources (i.e. databases). For 
each resource, CrushED makes the best effort to ensure the partition count 
difference is at most 1 across all the instances. Assuming such assignment is 
possible considering fault-zone configuration, the worst partition distribution 
happens when all one off partitions are located in one node. So N resources in 
a cluster can theoretically have their extra partitions in one node, so the 
node will have N additional partitions in total. Thus, the maximum difference 
between the most heavily loaded node and the least is <b>the number of 
resources</b> in a cluster.</p> 
+ </div> 
+</div> 
+<div class="section"> 
+ <h2 id="Experiment">Experiment</h2> 
+ <p>We tested CrushED by simulating real production cluster topology data. And 
we tested multiple scenarios:</p> 
+ <ul> 
+  <li>Distribution based on cluster topology.</li> 
+  <li>Disabling hosts to simulate hosts down.</li> 
+  <li>Adding hosts to simulate expansion.</li> 
+  <li>Rolling upgrade.</li> 
+ </ul> 
+ <p>All results show that CrushED generates more uniform global distribution 
compared with CRUSH.<br />Moreover, partition movements in most scenarios are 
minimized. When topology changes (i.e. cluster expansion), there can be 
significantly more partition movements, but we can control the impact by using 
State Transition Throttling feature. </p> 
+ <div class="section"> 
+  <h3 id="Partition_Distribution">Partition Distribution</h3> 
+  <p>Following charts demonstrate the worst cases (min load vs. max load) and 
STDEVs of partition/master distributions from some sample clusters data.<br 
/>If we measure the improvement by STDEV, CrushED improves the partition 
distribution evenness by 87% on average compared with CRUSH. And for state 
assignment (i.e. Mastership assignment) the evenness improvement is 68% on 
average.</p> 
+  <p><img src="images/design/crushed/cursh-partition-dist.png" alt="Example" 
/><img src="images/design/crushed/crushed-partition-dist.png" alt="Example" 
/></p> 
+  <p><img src="images/design/crushed/cursh-master-dist.png" alt="Example" 
/><img src="images/design/crushed/crushed-master-dist.png" alt="Example" /></p> 
+ </div> 
+ <div class="section"> 
+  <h3 id="Disabling_Nodes">Disabling Nodes</h3> 
+  <p>When nodes are offline or disabled, CrushED will re-assign the partitions 
to other live nodes. The algorithm move only the necessary partitions.<br />We 
simulated disabling nodes, and measured partition movement changes and 
mastership changes. We also used the expected movement (the partitions/masters 
count on the disabled nodes) as a baseline to measure extra movements.</p> 
+  <p>The results show that movement is highly correlated to the number of 
disabled nodes, and extra movements are minor (in most cases 0 movements).</p> 
+  <p>Note that <b>Rate</b> in this document is <b>the changed number / total 
partition or master count</b>.</p> 
+  <p><img src="images/design/crushed/node-down-partition-move.png" 
alt="Example" /><img src="images/design/crushed/node-down-master-move.png" 
alt="Example" /></p> 
+ </div> 
+ <div class="section"> 
+  <h3 id="Rolling_upgrade">Rolling upgrade</h3> 
+  <p>Rolling upgrade is different from disabling nodes. Since nodes are reset 
one by one, in this test we assume the difference could be 2 nodes in maximum 
(for example, upgrading Node A then upgrading Node B).<br />In this case, 
movements are still minimized. Even in the worst case scenario, extra partition 
movements and mastership changes are still close to 0%.</p> 
+  <p>Note that in real production clusters, we can completely avoid partition 
movements while doing rolling upgrade, by enabling Delayed Rebalancing.</p> 
+ </div> 
+ <div class="section"> 
+  <h3 id="Adding_Nodes">Adding Nodes</h3> 
+  <p>Adding nodes (i.e. cluster expansion) changes topology. CrushED uses card 
dealing strategy to provide even distribution, so when topology changes, there 
are a lot of additional partition movements than CRUSH. </p> 
+  <p>Note that the extra change rate is not correlated with the number of 
additional nodes. So our recommendation is finishing expansion in one operation 
so as to do only one partition shuffling.</p> 
+ </div> 
+ <div class="section"> 
+  <h3 id="Algorithm_Performance">Algorithm Performance</h3> 
+  <p>We compared CrushED with CRUSH algorithms using different instance 
numbers. The tests are executed multiple times and we recorded median 
computation time.<br />CrushED does not cost much additional computation time 
for regular rebalancing. In some of the worst cases, 30% more runtime was 
observed, compared with CRUSH, but it is quicker than MultiRoundCRUSH.</p> 
+  <p>However, when there are down nodes since CrushED needs to run an 
additional consistent hashing based re-distribution, the computation time will 
be much longer. In some cases, we saw more than 3 times compared to CRUSH.</p> 
+  <p>With some <b>performance improvements</b>, such as using cache to avoid 
duplicate calculation, we achieved to greatly reduce CrushED’s running time. 
According to our experiment, it is now close to MultiRound CRUSH.</p> 
+  <p><img src="images/design/crushed/performance.png" alt="Example" /></p> 
+ </div> 
+</div> 
+<div class="section"> 
+ <h2 id="Conclusion">Conclusion</h2> 
+ <p>CrushED achieves more uniform distribution compared with CRUSH at the cost 
of higher rebalance computation and more partition movement when the cluster 
topology changes.</p> 
+</div> 
+<div class="section"> 
+ <h2 id="Simple_User_Guide">Simple User Guide</h2> 
+ <ol style="list-style-type: decimal"> 
+  <li>Ensure the resouce is using FULL_AUTO mode.</li> 
+  <li>Set rebalance strategy to be 
“org.apache.helix.controller.rebalancer.strategy.CrushEdRebalanceStrategy”.</li>
 
+  <li>Expect more partition movement on topology changes when using the new 
strategy.</li> 
+ </ol> 
+ <p><b>IdeaState SimpleFields Example</b> </p> 
+ <div class="source"> 
+  <pre>HELIX_ENABLED : &quot;true&quot;
+IDEAL\_STATE\_MODE : &quot;AUTO_REBALANCE&quot;
+REBALANCE\_MODE : &quot;FULL\_AUTO&quot;
+REBALANCE_STRATEGY : 
&quot;org.apache.helix.controller.rebalancer.strategy.CrushRebalanceStrategy&quot;
+MIN\_ACTIVE\_REPLICAS : &quot;0&quot;
+NUM_PARTITIONS : &quot;64&quot;
+REBALANCER\_CLASS\_NAME : 
&quot;org.apache.helix.controller.rebalancer.DelayedAutoRebalancer&quot;
+REPLICAS : &quot;1&quot;
+STATE\_MODEL\_DEF_REF : &quot;LeaderStandby&quot;
+</pre> 
+ </div> 
+</div>
                        </div>
                </div>
        </div>
@@ -120,43 +266,51 @@ $bodyWithHeader
        <footer class="well">
                <div class="container">
                        <div class="row">
-                               <div class="span9 bottom-nav">
+                               <div class="span3 bottom-nav">
                                        <ul class="nav nav-list">
                                                <li class="nav-header">Get 
Helix</li>
-                                               <li class="active">
-                                                       <a href="#" 
title="Download">Download </a>
+                                               <li>
+                                                       <a href="download.html" 
title="Download">Download </a>
                                                </li>
-                                               <li class="active">
-                                                       <a href="#" 
title="Building">Building </a>
+                                               <li>
+                                                       <a href="Building.html" 
title="Building">Building </a>
                                                </li>
-                                               <li class="active">
-                                                       <a href="#" 
title="Release Notes">Release Notes </a>
+                                               <li>
+                                                       <a 
href="releasenotes/release-1.0.2.html" title="Release Notes">Release Notes </a>
                                                </li>
+                                       </ul>
+                               </div>
+                               <div class="span3 bottom-nav">
+                                       <ul class="nav nav-list">
                                                <li 
class="nav-header">Hands-On</li>
-                                               <li class="active">
-                                                       <a href="#" 
title="Quick Start">Quick Start </a>
+                                               <li>
+                                                       <a 
href="Quickstart.html" title="Quick Start">Quick Start </a>
                                                </li>
-                                               <li class="active">
-                                                       <a href="#" 
title="Tutorial">Tutorial </a>
+                                               <li>
+                                                       <a href="Tutorial.html" 
title="Tutorial">Tutorial </a>
                                                </li>
-                                               <li class="active">
-                                                       <a href="#" 
title="Javadocs">Javadocs </a>
+                                               <li>
+                                                       <a 
href="../javadocs/1.0.2" title="Javadocs">Javadocs </a>
                                                </li>
+                                       </ul>
+                               </div>
+                               <div class="span3 bottom-nav">
+                                       <ul class="nav nav-list">
                                                <li 
class="nav-header">Recipes</li>
-                                               <li class="active">
-                                                       <a href="#" 
title="Distributed lock manager">Distributed lock manager </a>
+                                               <li>
+                                                       <a 
href="recipes/lock_manager.html" title="Distributed lock manager">Distributed 
lock manager </a>
                                                </li>
-                                               <li class="active">
-                                                       <a href="#" 
title="Rabbit MQ consumer group">Rabbit MQ consumer group </a>
+                                               <li>
+                                                       <a 
href="recipes/rabbitmq_consumer_group.html" title="Rabbit MQ consumer 
group">Rabbit MQ consumer group </a>
                                                </li>
-                                               <li class="active">
-                                                       <a href="#" 
title="Rsync replicated file store">Rsync replicated file store </a>
+                                               <li>
+                                                       <a 
href="recipes/rsync_replicated_file_store.html" title="Rsync replicated file 
store">Rsync replicated file store </a>
                                                </li>
-                                               <li class="active">
-                                                       <a href="#" 
title="Service discovery">Service discovery </a>
+                                               <li>
+                                                       <a 
href="recipes/service_discovery.html" title="Service discovery">Service 
discovery </a>
                                                </li>
-                                               <li class="active">
-                                                       <a href="#" 
title="Distributed task DAG execution">Distributed task DAG execution </a>
+                                               <li>
+                                                       <a 
href="recipes/task_dag_execution.html" title="Distributed task DAG 
execution">Distributed task DAG execution </a>
                                                </li>
                                        </ul>
                                </div>
@@ -168,9 +322,14 @@ $bodyWithHeader
                <div class="row">
                        <div class="span12">
                                <p class="pull-right"><a href="#">Back to 
top</a></p>
-                               <p class="copyright">Copyright &copy;2022 <a 
href="https://www.apache.org/";>The Apache Software Foundation</a>. All Rights 
Reserved.</p>
+                               <p class="copyright">Copyright &copy;2021 <a 
href="https://www.apache.org/";>The Apache Software Foundation</a>. All Rights 
Reserved.</p>
                                <p><a 
href="http://github.com/andriusvelykis/reflow-maven-skin"; title="Reflow Maven 
skin">Reflow Maven skin</a> by <a href="http://andrius.velykis.lt"; 
target="_blank" title="Andrius Velykis">Andrius Velykis</a>.</p>
-                                       </div>
+               
+<div class="row span16">
+  <div>Apache Helix, Apache, the Apache feather logo, and the Apache Helix 
project logos are trademarks of The Apache Software Foundation.
+        All other marks mentioned may be trademarks or registered trademarks 
of their respective owners.</div>
+  <a href="http://helix.apache.org/1.0.2-docs/privacy-policy.html";>Privacy 
Policy</a>
+</div>                 </div>
                </div>
        </div>
 
@@ -188,7 +347,7 @@ $bodyWithHeader
                }
        </script>
        
-       <script 
src="http://netdna.bootstrapcdn.com/twitter-bootstrap/2.2.2/js/bootstrap.min.js";></script>
+       <script src="./js/bootstrap.min.js"></script>
        <script src="./js/lightbox.js"></script>
        <script src="./js/jquery.smooth-scroll.min.js"></script>
        <!-- back button support for smooth scroll -->


Reply via email to