AMBARI-22572. During cluster installation bower cannot resolve angularjs version (alexantonenko)
Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/88b59a66 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/88b59a66 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/88b59a66 Branch: refs/heads/branch-feature-AMBARI-21674 Commit: 88b59a6641a0b177f39e32c725acf04d85477c01 Parents: 943aa71 Author: Alex Antonenko <[email protected]> Authored: Fri Dec 1 20:33:50 2017 +0300 Committer: Alex Antonenko <[email protected]> Committed: Fri Dec 1 20:33:50 2017 +0300 ---------------------------------------------------------------------- ambari-admin/src/main/resources/ui/admin-web/bower.json | 3 +++ 1 file changed, 3 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/88b59a66/ambari-admin/src/main/resources/ui/admin-web/bower.json ---------------------------------------------------------------------- diff --git a/ambari-admin/src/main/resources/ui/admin-web/bower.json b/ambari-admin/src/main/resources/ui/admin-web/bower.json index c9e67f0..5bbada9 100644 --- a/ambari-admin/src/main/resources/ui/admin-web/bower.json +++ b/ambari-admin/src/main/resources/ui/admin-web/bower.json @@ -19,5 +19,8 @@ "chai": "1.8.0", "mocha": "1.14.0", "sinon": "1.10.3" + }, + "resolutions": { + "angular": "1.5.11" } }
