Repository: nifi
Updated Branches:
  refs/heads/master 31ca8d02f -> a181c7b9d


[NIFI-2601] Update bower.json to use specific versions. This closes #897


Project: http://git-wip-us.apache.org/repos/asf/nifi/repo
Commit: http://git-wip-us.apache.org/repos/asf/nifi/commit/a181c7b9
Tree: http://git-wip-us.apache.org/repos/asf/nifi/tree/a181c7b9
Diff: http://git-wip-us.apache.org/repos/asf/nifi/diff/a181c7b9

Branch: refs/heads/master
Commit: a181c7b9d70a224e2aae1af830ddb38adbb39a24
Parents: 31ca8d0
Author: Scott Aslan <[email protected]>
Authored: Fri Aug 19 09:10:48 2016 -0400
Committer: Matt Gilman <[email protected]>
Committed: Fri Aug 19 10:34:48 2016 -0400

----------------------------------------------------------------------
 .../nifi-web/nifi-web-ui/src/main/frontend/bower.json  | 13 ++++++++-----
 1 file changed, 8 insertions(+), 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/nifi/blob/a181c7b9/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/frontend/bower.json
----------------------------------------------------------------------
diff --git 
a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/frontend/bower.json
 
b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/frontend/bower.json
index d9f5795..251fae9 100644
--- 
a/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/frontend/bower.json
+++ 
b/nifi-nar-bundles/nifi-framework-bundle/nifi-framework/nifi-web/nifi-web-ui/src/main/frontend/bower.json
@@ -9,10 +9,13 @@
     "tests"
   ],
   "dependencies": {
-    "font-awesome": "fontawesome#^4.6.1",
-    "angular-material": "^1.0.8",
-    "angular-resource": "^1.5.5",
-    "angular-route": "^1.5.5",
-    "angular-sanitize": "^1.5.5"
+    "font-awesome": "fontawesome#4.6.1",
+    "angular-material": "1.0.8",
+    "angular-resource": "1.5.5",
+    "angular-route": "1.5.5",
+    "angular-sanitize": "1.5.5"
+  },
+  "resolutions": {
+    "angular": "1.5.8"
   }
 }

Reply via email to