Update ivy file in helix-core to use metrics-core 3.2.3
Project: http://git-wip-us.apache.org/repos/asf/helix/repo Commit: http://git-wip-us.apache.org/repos/asf/helix/commit/bd9f7a4a Tree: http://git-wip-us.apache.org/repos/asf/helix/tree/bd9f7a4a Diff: http://git-wip-us.apache.org/repos/asf/helix/diff/bd9f7a4a Branch: refs/heads/master Commit: bd9f7a4a8ef8dcf26e1886a993eea67131e47fe3 Parents: 143420c Author: hrzhang <[email protected]> Authored: Tue Nov 14 14:56:54 2017 -0800 Committer: Junkai Xue <[email protected]> Committed: Wed Jan 24 18:31:08 2018 -0800 ---------------------------------------------------------------------- helix-core/helix-core-0.6.10-SNAPSHOT.ivy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/helix/blob/bd9f7a4a/helix-core/helix-core-0.6.10-SNAPSHOT.ivy ---------------------------------------------------------------------- diff --git a/helix-core/helix-core-0.6.10-SNAPSHOT.ivy b/helix-core/helix-core-0.6.10-SNAPSHOT.ivy index d6a597b..1e22533 100644 --- a/helix-core/helix-core-0.6.10-SNAPSHOT.ivy +++ b/helix-core/helix-core-0.6.10-SNAPSHOT.ivy @@ -62,7 +62,7 @@ under the License. <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(*)"/> - <dependency org="io.dropwizard.metrics" name="metrics-core" rev="3.1.2" conf="compile->compile(default);runtime->runtime(default);default->default"/> + <dependency org="io.dropwizard.metrics" name="metrics-core" rev="3.2.3" conf="compile->compile(default);runtime->runtime(default);default->default"/> </dependencies> </ivy-module>
