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 D7456200C32 for ; Wed, 22 Feb 2017 19:36:08 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id D5F6D160B49; Wed, 22 Feb 2017 18:36:08 +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 24F47160B62 for ; Wed, 22 Feb 2017 19:36:07 +0100 (CET) Received: (qmail 48996 invoked by uid 500); 22 Feb 2017 18:36:07 -0000 Mailing-List: contact commits-help@atlas.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@atlas.incubator.apache.org Delivered-To: mailing list commits@atlas.incubator.apache.org Received: (qmail 48987 invoked by uid 99); 22 Feb 2017 18:36:07 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd3-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 22 Feb 2017 18:36:07 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd3-us-west.apache.org (ASF Mail Server at spamd3-us-west.apache.org) with ESMTP id CAD9A18190C for ; Wed, 22 Feb 2017 18:36:06 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -6.218 X-Spam-Level: X-Spam-Status: No, score=-6.218 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, KAM_LAZY_DOMAIN_SECURITY=1, RCVD_IN_DNSWL_HI=-5, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, RP_MATCHES_RCVD=-2.999, URIBL_BLOCKED=0.001] autolearn=disabled Received: from mx1-lw-eu.apache.org ([10.40.0.8]) by localhost (spamd3-us-west.apache.org [10.40.0.10]) (amavisd-new, port 10024) with ESMTP id Yvge34tvzt_1 for ; Wed, 22 Feb 2017 18:36:05 +0000 (UTC) Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx1-lw-eu.apache.org (ASF Mail Server at mx1-lw-eu.apache.org) with SMTP id D15D95F5C9 for ; Wed, 22 Feb 2017 18:36:04 +0000 (UTC) Received: (qmail 48604 invoked by uid 99); 22 Feb 2017 18:36:04 -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; Wed, 22 Feb 2017 18:36:04 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id BEFB9DFF0B; Wed, 22 Feb 2017 18:36:03 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: madhan@apache.org To: commits@atlas.incubator.apache.org Date: Wed, 22 Feb 2017 18:36:03 -0000 Message-Id: X-Mailer: ASF-Git Admin Mailer Subject: [1/3] incubator-atlas git commit: ATLAS-1567: exclude hadoop-common library in Falcon hook packaging, as it is alreay present in Falcon classpath archived-at: Wed, 22 Feb 2017 18:36:09 -0000 Repository: incubator-atlas Updated Branches: refs/heads/master dbfca6224 -> 17a9aad06 ATLAS-1567: exclude hadoop-common library in Falcon hook packaging, as it is alreay present in Falcon classpath Signed-off-by: Madhan Neethiraj Project: http://git-wip-us.apache.org/repos/asf/incubator-atlas/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-atlas/commit/b7d880dd Tree: http://git-wip-us.apache.org/repos/asf/incubator-atlas/tree/b7d880dd Diff: http://git-wip-us.apache.org/repos/asf/incubator-atlas/diff/b7d880dd Branch: refs/heads/master Commit: b7d880ddea3745d97b8173818c012f5ff275f47d Parents: dbfca62 Author: nixonrodrigues Authored: Wed Feb 22 18:38:13 2017 +0530 Committer: Madhan Neethiraj Committed: Wed Feb 22 09:45:56 2017 -0800 ---------------------------------------------------------------------- addons/falcon-bridge/pom.xml | 5 ----- 1 file changed, 5 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-atlas/blob/b7d880dd/addons/falcon-bridge/pom.xml ---------------------------------------------------------------------- diff --git a/addons/falcon-bridge/pom.xml b/addons/falcon-bridge/pom.xml index eff7e75..6c87c71 100644 --- a/addons/falcon-bridge/pom.xml +++ b/addons/falcon-bridge/pom.xml @@ -215,11 +215,6 @@ ${kafka.version} - org.apache.hadoop - hadoop-common - ${hadoop.version} - - com.google.code.gson gson ${gson.version}