AMBARI-20473. Ambari build fails for views project that uses ember-cli. (jaimin)

Change-Id: I514b867ff0856b9894d5cc9b776d82525a321472


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

Branch: refs/heads/AMBARI-2.4.2.16
Commit: df428f69ac6dac438398bbf3ad48a565ff2b10c9
Parents: ac14c0c
Author: Jaimin Jetly <[email protected]>
Authored: Wed Mar 15 21:24:25 2017 -0700
Committer: Jaimin Jetly <[email protected]>
Committed: Thu Mar 16 16:20:44 2017 -0700

----------------------------------------------------------------------
 contrib/views/hawq/src/main/resources/ui/package.json          | 4 ++++
 .../hive-next/src/main/resources/ui/hive-web/package.json      | 6 ++++++
 contrib/views/hive/src/main/resources/ui/hive-web/package.json | 4 ++++
 .../src/main/resources/ui/hueambarimigration-view/package.json | 4 ++++
 contrib/views/wfmanager/src/main/resources/ui/package.json     | 4 ++++
 5 files changed, 22 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ambari/blob/df428f69/contrib/views/hawq/src/main/resources/ui/package.json
----------------------------------------------------------------------
diff --git a/contrib/views/hawq/src/main/resources/ui/package.json 
b/contrib/views/hawq/src/main/resources/ui/package.json
index f1b4116..235a342 100644
--- a/contrib/views/hawq/src/main/resources/ui/package.json
+++ b/contrib/views/hawq/src/main/resources/ui/package.json
@@ -19,9 +19,13 @@
   },
   "author": "",
   "license": "MIT",
+  "peerDependencies": {
+    "async-disk-cache": "~1.0.0"
+  },
   "devDependencies": {
     "bower": "1.7.2",
     "broccoli-asset-rev": "^2.2.0",
+    "async-disk-cache": "~1.0.0",
     "ember-cli": "2.4.2",
     "ember-cli-app-version": "^1.0.0",
     "ember-cli-babel": "^5.1.5",

http://git-wip-us.apache.org/repos/asf/ambari/blob/df428f69/contrib/views/hive-next/src/main/resources/ui/hive-web/package.json
----------------------------------------------------------------------
diff --git 
a/contrib/views/hive-next/src/main/resources/ui/hive-web/package.json 
b/contrib/views/hive-next/src/main/resources/ui/hive-web/package.json
index 595b1f2..a1eda72 100644
--- a/contrib/views/hive-next/src/main/resources/ui/hive-web/package.json
+++ b/contrib/views/hive-next/src/main/resources/ui/hive-web/package.json
@@ -19,11 +19,17 @@
   },
   "author": "",
   "license": "MIT",
+  "peerDependencies": {
+    "async-disk-cache": "~1.0.0",
+    "merge-trees": "~1.0.1"
+  },
   "devDependencies": {
     "body-parser": "^1.2.0",
     "bower": ">= 1.3.12",
     "broccoli-asset-rev": "^2.0.0",
     "broccoli-sass": "0.6.3",
+    "async-disk-cache": "~1.0.0",
+    "merge-trees": "~1.0.1",
     "ember-cli": "0.2.2",
     "ember-cli-autoprefixer": "0.4.1",
     "ember-cli-blanket": "^0.5.0",

http://git-wip-us.apache.org/repos/asf/ambari/blob/df428f69/contrib/views/hive/src/main/resources/ui/hive-web/package.json
----------------------------------------------------------------------
diff --git a/contrib/views/hive/src/main/resources/ui/hive-web/package.json 
b/contrib/views/hive/src/main/resources/ui/hive-web/package.json
index 595b1f2..8ead474 100644
--- a/contrib/views/hive/src/main/resources/ui/hive-web/package.json
+++ b/contrib/views/hive/src/main/resources/ui/hive-web/package.json
@@ -19,11 +19,15 @@
   },
   "author": "",
   "license": "MIT",
+  "peerDependencies": {
+    "async-disk-cache": "~1.0.0"
+  },
   "devDependencies": {
     "body-parser": "^1.2.0",
     "bower": ">= 1.3.12",
     "broccoli-asset-rev": "^2.0.0",
     "broccoli-sass": "0.6.3",
+    "async-disk-cache": "~1.0.0",
     "ember-cli": "0.2.2",
     "ember-cli-autoprefixer": "0.4.1",
     "ember-cli-blanket": "^0.5.0",

http://git-wip-us.apache.org/repos/asf/ambari/blob/df428f69/contrib/views/hueambarimigration/src/main/resources/ui/hueambarimigration-view/package.json
----------------------------------------------------------------------
diff --git 
a/contrib/views/hueambarimigration/src/main/resources/ui/hueambarimigration-view/package.json
 
b/contrib/views/hueambarimigration/src/main/resources/ui/hueambarimigration-view/package.json
index 64b3270..aa9c14c 100644
--- 
a/contrib/views/hueambarimigration/src/main/resources/ui/hueambarimigration-view/package.json
+++ 
b/contrib/views/hueambarimigration/src/main/resources/ui/hueambarimigration-view/package.json
@@ -21,10 +21,14 @@
   },
   "author": "",
   "license": "MIT",
+  "peerDependencies": {
+    "async-disk-cache": "~1.0.0"
+  },
   "devDependencies": {
     "bower": "1.7.2",
     "broccoli-asset-rev": "^2.4.2",
     "ember-ajax": "0.7.1",
+    "async-disk-cache": "~1.0.0",
     "ember-cli": "2.4.3",
     "ember-cli-app-version": "^1.0.0",
     "ember-cli-auto-complete": "^0.2.1",

http://git-wip-us.apache.org/repos/asf/ambari/blob/df428f69/contrib/views/wfmanager/src/main/resources/ui/package.json
----------------------------------------------------------------------
diff --git a/contrib/views/wfmanager/src/main/resources/ui/package.json 
b/contrib/views/wfmanager/src/main/resources/ui/package.json
index d04d57c..42a666e 100644
--- a/contrib/views/wfmanager/src/main/resources/ui/package.json
+++ b/contrib/views/wfmanager/src/main/resources/ui/package.json
@@ -18,10 +18,14 @@
   },
   "author": "",
   "license": "MIT",
+  "peerDependencies": {
+    "async-disk-cache": "~1.0.0"
+  },
   "devDependencies": {
     "bower": "^1.7.7",
     "broccoli-asset-rev": "^2.2.0",
     "ember-ajax": "0.7.1",
+    "async-disk-cache": "~1.0.0",
     "ember-cli": "2.3.0",
     "ember-cli-app-version": "^1.0.0",
     "ember-cli-babel": "^5.1.5",

Reply via email to