Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id EA209200C39 for ; Thu, 16 Mar 2017 07:45:56 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id E8A71160B7A; Thu, 16 Mar 2017 06:45:56 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 40DD6160B78 for ; Thu, 16 Mar 2017 07:45:56 +0100 (CET) Received: (qmail 96928 invoked by uid 500); 16 Mar 2017 06:45:55 -0000 Mailing-List: contact commits-help@ambari.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: ambari-dev@ambari.apache.org Delivered-To: mailing list commits@ambari.apache.org Received: (qmail 96919 invoked by uid 99); 16 Mar 2017 06:45:55 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 16 Mar 2017 06:45:55 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 3F42BDFE8F; Thu, 16 Mar 2017 06:45:55 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: jaimin@apache.org To: commits@ambari.apache.org Message-Id: <37178d04ec18410d975aeec7f8013e81@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: ambari git commit: Revert "AMBARI-20470. Ambari build fails at Files view.(jaimin)" Date: Thu, 16 Mar 2017 06:45:55 +0000 (UTC) archived-at: Thu, 16 Mar 2017 06:45:57 -0000 Repository: ambari Updated Branches: refs/heads/trunk 8ca09f9fc -> b37f6f37d Revert "AMBARI-20470. Ambari build fails at Files view.(jaimin)" This reverts commit 63ab0ab91058ffe8fb4dafa9f7eb96f5b1c8ec05. Project: http://git-wip-us.apache.org/repos/asf/ambari/repo Commit: http://git-wip-us.apache.org/repos/asf/ambari/commit/b37f6f37 Tree: http://git-wip-us.apache.org/repos/asf/ambari/tree/b37f6f37 Diff: http://git-wip-us.apache.org/repos/asf/ambari/diff/b37f6f37 Branch: refs/heads/trunk Commit: b37f6f37d0c32bde531c03467c6682af679e7fd6 Parents: 8ca09f9 Author: Jaimin Jetly Authored: Wed Mar 15 23:40:08 2017 -0700 Committer: Jaimin Jetly Committed: Wed Mar 15 23:40:08 2017 -0700 ---------------------------------------------------------------------- contrib/views/files/src/main/resources/ui/package.json | 4 ---- 1 file changed, 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ambari/blob/b37f6f37/contrib/views/files/src/main/resources/ui/package.json ---------------------------------------------------------------------- diff --git a/contrib/views/files/src/main/resources/ui/package.json b/contrib/views/files/src/main/resources/ui/package.json index 6cf0ebb..d15c5c9 100644 --- a/contrib/views/files/src/main/resources/ui/package.json +++ b/contrib/views/files/src/main/resources/ui/package.json @@ -20,14 +20,10 @@ }, "author": "", "license": "MIT", - "peerDependencies": { - "async-disk-cache": "~1.0.0" - } , "devDependencies": { "bower": "1.7.2", "broccoli-asset-rev": "^2.2.0", "ember-ajax": "0.7.1", - "async-disk-cache": "~1.0.0", "ember-cli": "2.2.0-beta.4", "ember-cli-app-version": "^1.0.0", "ember-cli-babel": "^5.1.5",