You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@helix.apache.org by ji...@apache.org on 2019/10/28 23:26:11 UTC

[helix] branch wagedRebalancer updated: Modify the ivy file to add the new math3 lib dependency. (#546)

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

jiajunwang pushed a commit to branch wagedRebalancer
in repository https://gitbox.apache.org/repos/asf/helix.git


The following commit(s) were added to refs/heads/wagedRebalancer by this push:
     new eba870b  Modify the ivy file to add the new math3 lib dependency. (#546)
eba870b is described below

commit eba870b6893268a6190170f4b9acc9e28ec84784
Author: Jiajun Wang <18...@users.noreply.github.com>
AuthorDate: Mon Oct 28 16:26:03 2019 -0700

    Modify the ivy file to add the new math3 lib dependency. (#546)
    
    Modify the ivy file to add the new math3 lib dependency.
---
 helix-core/helix-core-0.9.2-SNAPSHOT.ivy | 1 +
 1 file changed, 1 insertion(+)

diff --git a/helix-core/helix-core-0.9.2-SNAPSHOT.ivy b/helix-core/helix-core-0.9.2-SNAPSHOT.ivy
index 2d6e298..d4c8dff 100644
--- a/helix-core/helix-core-0.9.2-SNAPSHOT.ivy
+++ b/helix-core/helix-core-0.9.2-SNAPSHOT.ivy
@@ -58,6 +58,7 @@ under the License.
     <dependency org="commons-io" name="commons-io" rev="1.4" conf="compile->compile(default);runtime->runtime(default);default->default"/>
     <dependency org="commons-cli" name="commons-cli" rev="1.2" conf="compile->compile(default);runtime->runtime(default);default->default"/>
     <dependency org="commons-math" name="commons-math" rev="2.1" conf="compile->compile(default);runtime->runtime(default);default->default"/>
+    <dependency org="commons-math3" name="commons-math3" rev="3.6.1" conf="compile->compile(default);runtime->runtime(default);default->default"/>
     <dependency org="com.101tec" name="zkclient" rev="0.5" conf="compile->compile(default);runtime->runtime(default);default->default"/>
     <dependency org="com.google.guava" name="guava" rev="15.0" conf="compile->compile(default);runtime->runtime(default);default->default"/>
     <dependency org="org.yaml" name="snakeyaml" rev="1.12" conf="compile->compile(default);runtime->runtime(default);default->default"/>