This is an automated email from the ASF dual-hosted git repository. ncole pushed a commit to branch branch-feature-AMBARI-21674 in repository https://gitbox.apache.org/repos/asf/ambari.git
commit 971220a34b9d2b3dae90f69443e7442ab7815093 Author: Alex Antonenko <[email protected]> AuthorDate: Thu Jan 25 14:18:43 2018 +0300 AMBARI-22572. During cluster installation bower cannot resolve angularjs version (alexantonenko) --- ambari-admin/src/main/resources/ui/admin-web/bower.json | 3 +++ 1 file changed, 3 insertions(+) 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 c38f464..cf2c95d 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" } } -- To stop receiving notification emails like this one, please contact [email protected].
