Repository: ambari Updated Branches: refs/heads/branch-2.1.2 0e8cc3f8d -> 078d3bb46
AMBARI-14666. Opening hive view instance is failing because of "could not find module `ember`. (Venkat via yusaku) Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/078d3bb4 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/078d3bb4 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/078d3bb4 Branch: refs/heads/branch-2.1.2 Commit: 078d3bb46b53164275d2cb549b95037faa2371f0 Parents: 0e8cc3f Author: Yusaku Sako <[email protected]> Authored: Thu Jan 14 10:25:34 2016 -0800 Committer: Yusaku Sako <[email protected]> Committed: Wed Jan 20 10:55:38 2016 -0800 ---------------------------------------------------------------------- contrib/views/hive/src/main/resources/ui/hive-web/bower.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/078d3bb4/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 91e2d2e..01f7158 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 @@ -1,7 +1,7 @@ { "name": "hive", "dependencies": { - "jquery": "^1.11.1", + "jquery": "1.11.3", "ember": "1.10.0", "ember-data": "1.0.0-beta.16.1", "ember-resolver": "~0.1.12",
