Return-Path: X-Original-To: apmail-accumulo-commits-archive@www.apache.org Delivered-To: apmail-accumulo-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id B578F180C3 for ; Tue, 12 May 2015 16:41:11 +0000 (UTC) Received: (qmail 35185 invoked by uid 500); 12 May 2015 16:41:11 -0000 Delivered-To: apmail-accumulo-commits-archive@accumulo.apache.org Received: (qmail 35110 invoked by uid 500); 12 May 2015 16:41:11 -0000 Mailing-List: contact commits-help@accumulo.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@accumulo.apache.org Delivered-To: mailing list commits@accumulo.apache.org Received: (qmail 35091 invoked by uid 99); 12 May 2015 16:41:11 -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; Tue, 12 May 2015 16:41:11 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 5BC32E090A; Tue, 12 May 2015 16:41:11 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: ctubbsii@apache.org To: commits@accumulo.apache.org Date: Tue, 12 May 2015 16:41:14 -0000 Message-Id: <600b3543d66349f0a71a9d7883c10062@git.apache.org> In-Reply-To: References: X-Mailer: ASF-Git Admin Mailer Subject: [4/5] accumulo git commit: ACCUMULO-3800 Add DEPENDENCIES file ACCUMULO-3800 Add DEPENDENCIES file * Prevent a new DEPENDENCIES file from being generated by the maven-remote-resources-plugin's apache-jar-resource-bundle. * Create a minimal DEPENDENCIES file which refers to the POMs. Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/1ae2325b Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/1ae2325b Diff: http://git-wip-us.apache.org/repos/asf/accumulo/diff/1ae2325b Branch: refs/heads/1.7 Commit: 1ae2325b49e397b3c867abc0d419a503d2f30dde Parents: 18f7955 Author: Christopher Tubbs Authored: Tue May 12 12:10:28 2015 -0400 Committer: Christopher Tubbs Committed: Tue May 12 12:40:02 2015 -0400 ---------------------------------------------------------------------- DEPENDENCIES | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/accumulo/blob/1ae2325b/DEPENDENCIES ---------------------------------------------------------------------- diff --git a/DEPENDENCIES b/DEPENDENCIES new file mode 100644 index 0000000..5a98c0f --- /dev/null +++ b/DEPENDENCIES @@ -0,0 +1,21 @@ + + +Apache Accumulo depends on artifacts which can be found in Maven Central. + +Each module has its own dependencies. Please refer to the individual +modules' pom.xml files for a comprehensive listing.