Repository: ambari Updated Branches: refs/heads/trunk bbe5e76bd -> c838f314d
AMBARI-14117. Build failure in Hive view (Pallav Kulshreshtha via srimanth) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/c838f314 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/c838f314 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/c838f314 Branch: refs/heads/trunk Commit: c838f314dde60700d89562b2dac66d29445623ab Parents: bbe5e76 Author: Srimanth Gunturi <[email protected]> Authored: Mon Nov 30 10:13:32 2015 -0800 Committer: Srimanth Gunturi <[email protected]> Committed: Mon Nov 30 10:14:10 2015 -0800 ---------------------------------------------------------------------- contrib/views/hive/src/main/resources/ui/hive-web/bower.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/c838f314/contrib/views/hive/src/main/resources/ui/hive-web/bower.json ---------------------------------------------------------------------- diff --git a/contrib/views/hive/src/main/resources/ui/hive-web/bower.json b/contrib/views/hive/src/main/resources/ui/hive-web/bower.json index 72cdf2a..6707d16 100644 --- a/contrib/views/hive/src/main/resources/ui/hive-web/bower.json +++ b/contrib/views/hive/src/main/resources/ui/hive-web/bower.json @@ -19,8 +19,8 @@ "selectize": "~0.12.0", "pretender": "0.1.0", "ember-uploader": "0.3.9", - "polestar": "https://github.com/pallavkul/polestar.git", - "voyager": "https://github.com/pallavkul/voyager.git" + "polestar": "https://github.com/pallavkul/polestar.git#0.7.1", + "voyager": "https://github.com/pallavkul/voyager.git#0.7.1" }, "resolutions": { "ember": "1.10.0"
