Repository: ambari Updated Branches: refs/heads/branch-2.2 d74d7c433 -> 07b7aaead
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/07b7aaea Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/07b7aaea Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/07b7aaea Branch: refs/heads/branch-2.2 Commit: 07b7aaead92d7514c86a63f305f333f2645da757 Parents: d74d7c4 Author: Yusaku Sako <[email protected]> Authored: Thu Jan 14 10:25:34 2016 -0800 Committer: Yusaku Sako <[email protected]> Committed: Thu Jan 14 10:29:45 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/07b7aaea/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 6e2836e..d029eff 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",
