Return-Path: X-Original-To: apmail-falcon-commits-archive@minotaur.apache.org Delivered-To: apmail-falcon-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id F2976104E5 for ; Fri, 11 Oct 2013 05:46:02 +0000 (UTC) Received: (qmail 30471 invoked by uid 500); 11 Oct 2013 05:46:02 -0000 Delivered-To: apmail-falcon-commits-archive@falcon.apache.org Received: (qmail 30420 invoked by uid 500); 11 Oct 2013 05:45:59 -0000 Mailing-List: contact commits-help@falcon.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@falcon.incubator.apache.org Delivered-To: mailing list commits@falcon.incubator.apache.org Received: (qmail 30394 invoked by uid 99); 11 Oct 2013 05:45:55 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 11 Oct 2013 05:45:55 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED,RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO mail.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with SMTP; Fri, 11 Oct 2013 05:45:54 +0000 Received: (qmail 28687 invoked by uid 99); 11 Oct 2013 05:45:16 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 11 Oct 2013 05:45:16 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 170AA91500D; Fri, 11 Oct 2013 05:44:57 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: sriksun@apache.org To: commits@falcon.incubator.apache.org Message-Id: <59c7ff86283c46c589582e458a2a6b6e@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: git commit: FALCON-142 Cleanup testng dependency. Contributed by Jean-Baptiste Onofre Date: Fri, 11 Oct 2013 05:44:57 +0000 (UTC) X-Virus-Checked: Checked by ClamAV on apache.org Updated Branches: refs/heads/master a9c968a35 -> 2785d1ab0 FALCON-142 Cleanup testng dependency. Contributed by Jean-Baptiste Onofre Project: http://git-wip-us.apache.org/repos/asf/incubator-falcon/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-falcon/commit/2785d1ab Tree: http://git-wip-us.apache.org/repos/asf/incubator-falcon/tree/2785d1ab Diff: http://git-wip-us.apache.org/repos/asf/incubator-falcon/diff/2785d1ab Branch: refs/heads/master Commit: 2785d1ab0a5b4c371bc665d44cf66f29e9e16402 Parents: a9c968a Author: srikanth.sundarrajan Authored: Fri Oct 11 10:44:35 2013 +0530 Committer: srikanth.sundarrajan Committed: Fri Oct 11 10:44:35 2013 +0530 ---------------------------------------------------------------------- CHANGES.txt | 3 +++ pom.xml | 8 -------- 2 files changed, 3 insertions(+), 8 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-falcon/blob/2785d1ab/CHANGES.txt ---------------------------------------------------------------------- diff --git a/CHANGES.txt b/CHANGES.txt index 3e73c00..0a20e28 100755 --- a/CHANGES.txt +++ b/CHANGES.txt @@ -11,6 +11,9 @@ Trunk (Unreleased) via Srikanth Sundarrajan) IMPROVEMENTS + FALCON-142 Cleanup testng dependency. (Jean Baptiste Onofre via + Srikanth Sundarrajan) + FALCON-132 assembly plugin for embedded does not generate client artifacts. (Venkatesh Seetharam via Srikanth Sundarrajan) http://git-wip-us.apache.org/repos/asf/incubator-falcon/blob/2785d1ab/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 2baa7e8..a981d5c 100644 --- a/pom.xml +++ b/pom.xml @@ -296,14 +296,6 @@ - org.testng - testng - 5.8 - jdk15 - test - - - org.slf4j slf4j-log4j12 ${slf4j.version}