This is an automated email from the ASF dual-hosted git repository.
hulee pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/helix.git
The following commit(s) were added to refs/heads/master by this push:
new 26da7bf Change helix-core's ivy import for commons-math3
26da7bf is described below
commit 26da7bf49c1d540aacb20d6d25c4a8dfa9b86735
Author: Hunter Lee <[email protected]>
AuthorDate: Tue Mar 10 15:03:51 2020 -0700
Change helix-core's ivy import for commons-math3
---
helix-core/helix-core-0.9.2-SNAPSHOT.ivy | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/helix-core/helix-core-0.9.2-SNAPSHOT.ivy
b/helix-core/helix-core-0.9.2-SNAPSHOT.ivy
index 6a1cdee..5f3adc2 100644
--- a/helix-core/helix-core-0.9.2-SNAPSHOT.ivy
+++ b/helix-core/helix-core-0.9.2-SNAPSHOT.ivy
@@ -58,7 +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-math" name="commons-math3" rev="3.6.1"
conf="compile->compile(default);runtime->runtime(default);default->default"/>
+ <dependency org="org.apache.commons" name="commons-math3" rev="3.6.1"
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"/>
<dependency org="commons-logging" name="commons-logging-api" rev="1.1"
conf="compile->compile(*),master(*);runtime->runtime(*)"/>