You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@helix.apache.org by ka...@apache.org on 2014/08/20 21:56:21 UTC

git commit: [HELIX-503] Bring ivy files in sync with dependencies

Repository: helix
Updated Branches:
  refs/heads/helix-0.6.x 239afaef3 -> 708935404


[HELIX-503] Bring ivy files in sync with dependencies


Project: http://git-wip-us.apache.org/repos/asf/helix/repo
Commit: http://git-wip-us.apache.org/repos/asf/helix/commit/70893540
Tree: http://git-wip-us.apache.org/repos/asf/helix/tree/70893540
Diff: http://git-wip-us.apache.org/repos/asf/helix/diff/70893540

Branch: refs/heads/helix-0.6.x
Commit: 7089354043099ba84c865706889014ee80d897ce
Parents: 239afae
Author: Kanak Biscuitwala <ka...@apache.org>
Authored: Wed Aug 20 11:04:50 2014 -0700
Committer: Kanak Biscuitwala <ka...@apache.org>
Committed: Wed Aug 20 11:04:50 2014 -0700

----------------------------------------------------------------------
 helix-core/helix-core-0.6.4-SNAPSHOT.ivy | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/helix/blob/70893540/helix-core/helix-core-0.6.4-SNAPSHOT.ivy
----------------------------------------------------------------------
diff --git a/helix-core/helix-core-0.6.4-SNAPSHOT.ivy b/helix-core/helix-core-0.6.4-SNAPSHOT.ivy
index cb78677..7133b1b 100644
--- a/helix-core/helix-core-0.6.4-SNAPSHOT.ivy
+++ b/helix-core/helix-core-0.6.4-SNAPSHOT.ivy
@@ -54,7 +54,8 @@ under the License.
     <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="com.github.sgroschupf" name="zkclient" rev="0.1" conf="compile->compile(default);runtime->runtime(default);default->default"/>
-    <dependency org="org.restlet.jse" name="org.restlet" rev="2.2.1" force="true" conf="compile->compile(*),master(*);runtime->runtime(*)"/>
+    <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(*)"/>
 	</dependencies>
 </ivy-module>